diff options
author | julian <julian@FreeBSD.org> | 1996-07-10 19:44:30 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1996-07-10 19:44:30 +0000 |
commit | 9277e63302140b5062d96a9394cdec2b83b2e70a (patch) | |
tree | 5affe14a214c46b4bd58b410a49350e34137ed18 /etc | |
parent | 366bddd7f5f46d8b7d51ff94c668b40ccecbbc23 (diff) | |
download | FreeBSD-src-9277e63302140b5062d96a9394cdec2b83b2e70a.zip FreeBSD-src-9277e63302140b5062d96a9394cdec2b83b2e70a.tar.gz |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/protocols | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/protocols b/etc/protocols index 33a1666..c451b67 100644 --- a/etc/protocols +++ b/etc/protocols @@ -1,7 +1,7 @@ # # Internet (IP) protocols # -# $Id: protocols,v 1.2 1993/11/07 00:31:22 wollman Exp $ +# $Id: protocols,v 1.3 1995/08/29 19:29:35 wollman Exp $ # from: @(#)protocols 5.1 (Berkeley) 4/17/89 # # Updated for FreeBSD based on RFC 1340, Assigned Numbers (July 1992). @@ -27,3 +27,4 @@ vmtp 81 VMTP # Versatile Message Transport ospf 89 OSPFIGP # Open Shortest Path First IGP ipip 94 IPIP # Yet Another IP encapsulation encap 98 ENCAP # Yet Another IP encapsulation +divert 254 DIVERT # Divert pseudo-protocol |