Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/netipsec



Module Name:    src
Committed By:   jonathan
Date:           Fri Aug 15 17:14:32 UTC 2003

Modified Files:
        src/sys/netipsec: ipsec_input.c ipsec_output.c

Log Message:
Fix bug with IP_DF handling which was breaking TCP: on FreeBSD, ip_off
is assumed to be in host byteorder during the input(?) path.  NetBSD
keeps ip_off and ip_len in network order.  Add (or remove) byteswaps
accordingly.  TCP over fast_ipsec now works with PMTU, as well as without.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/netipsec/ipsec_input.c \
    src/sys/netipsec/ipsec_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index