cvs commit: src/sys/contrib/pf/net pf.c src/sys/netinet
ip_fastfwd.c ip_icmp.c ip_icmp.h ip_input.c
Andre Oppermann
andre at FreeBSD.org
Wed May 4 06:09:45 PDT 2005
andre 2005-05-04 13:09:19 UTC
FreeBSD src repository
Modified files:
sys/contrib/pf/net pf.c
sys/netinet ip_fastfwd.c ip_icmp.c ip_icmp.h
ip_input.c
Log:
Pass icmp_error() the MTU argument directly instead of
an interface pointer. This simplifies a couple of uses
and removes some XXX workarounds.
Revision Changes Path
1.30 +2 -6 src/sys/contrib/pf/net/pf.c
1.28 +6 -6 src/sys/netinet/ip_fastfwd.c
1.100 +4 -4 src/sys/netinet/ip_icmp.c
1.26 +1 -1 src/sys/netinet/ip_icmp.h
1.301 +8 -18 src/sys/netinet/ip_input.c
More information about the cvs-src
mailing list