Date: Wed, 10 Jul 1996 12:44:32 -0700 (PDT) From: Julian Elischer <julian> To: CVS-committers, cvs-all, cvs-share, cvs-sys, cvs-usrbin, cvs-etc, cvs-sbin Subject: cvs commit: src/etc protocols src/share/man/man4 divert.4 src/sys/conf files src/sys/netinet ip_divert.c in.h in_proto.c ip_fw.c ip_fw.h ip_input.c ip_output.c ip_var.h src/usr.bin/netstat main.c src/sbin/ipfw ipfw.8 ipfw.c src/sys/i386/conf LINT Message-ID: <199607101944.MAA07914@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 96/07/10 12:44:31 Modified: etc protocols sbin/ipfw ipfw.8 ipfw.c sys/conf files sys/i386/conf LINT sys/netinet in.h in_proto.c ip_fw.c ip_fw.h ip_input.c ip_output.c ip_var.h usr.bin/netstat main.c Added: share/man/man4 divert.4 sys/netinet ip_divert.c Log: Adding changes to ipfw and the kernel to support ip packet diversion.. This stuff should not be too destructive if the IPDIVERT is not compiled in.. be aware that this changes the size of the ip_fw struct so ipfw needs to be recompiled to use it.. more changes coming to clean this up. Revision Changes Path 1.4 +2 -1 src/etc/protocols 1.18 +42 -12 src/sbin/ipfw/ipfw.8 1.29 +38 -20 src/sbin/ipfw/ipfw.c 1.72 +1 -0 src/sys/conf/files 1.274 +4 -1 src/sys/i386/conf/LINT 1.18 +2 -1 src/sys/netinet/in.h 1.32 +11 -1 src/sys/netinet/in_proto.c 1.45 +89 -37 src/sys/netinet/ip_fw.c 1.21 +10 -5 src/sys/netinet/ip_fw.h 1.45 +66 -5 src/sys/netinet/ip_input.c 1.41 +27 -6 src/sys/netinet/ip_output.c 1.21 +14 -2 src/sys/netinet/ip_var.h 1.16 +6 -0 src/usr.bin/netstat/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607101944.MAA07914>