cvs commit: src/sys/netgraph ng_l2tp.c
Bjoern A. Zeeb
bz at FreeBSD.org
Mon Aug 2 23:37:46 PDT 2004
bz 2004-08-03 06:37:46 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_l2tp.c
Log:
Correct L2TP header offset handling:
- according to RFC2661 an offset size of 0 is allowed.
- when skipping offset padding do not forget to also skip
the 2 octets of the offset size field.
Reviewed by: archie
Approved by: pjd (mentor)
Revision Changes Path
1.10 +2 -2 src/sys/netgraph/ng_l2tp.c
More information about the cvs-src
mailing list