diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:59:16 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:59:16 +0000 |
commit | 69ea23ed7175d5c34a21bba1ef9262f311c69284 (patch) | |
tree | e2e604e83659be7f58596e80b3cf18e9d7d06dae /net/trafshow3/files/patch-util.c | |
parent | Stage net-mgmt/routers2 and cleanup (diff) |
Rename net/ patch-xy patches to reflect the files they modify.
Approve by: portmgr (not really, but one of these is modifying
an unstaged port)
Notes
Notes:
svn path=/head/; revision=363285
Diffstat (limited to 'net/trafshow3/files/patch-util.c')
-rw-r--r-- | net/trafshow3/files/patch-util.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/trafshow3/files/patch-util.c b/net/trafshow3/files/patch-util.c new file mode 100644 index 000000000000..959cd5221318 --- /dev/null +++ b/net/trafshow3/files/patch-util.c @@ -0,0 +1,20 @@ +--- util.c.orig Thu Sep 25 06:37:57 1997 ++++ util.c Fri Jul 30 18:20:20 2004 +@@ -123,11 +123,17 @@ + { "egp", IPPROTO_EGP }, + { "ospf", IPPROTO_OSPF }, + { "igmp", IPPROTO_IGMP }, ++ { "gre", IPPROTO_GRE }, ++ { "gif", IPPROTO_IPIP }, ++ { "esp", IPPROTO_ESP }, + #ifdef IPPROTO_GGP + { "ggp", IPPROTO_GGP }, + #endif + #ifdef IPPROTO_ENCAP + { "encap",IPPROTO_ENCAP}, ++#endif ++#ifdef IPPROTO_IPV6 ++ { "ipv6", IPPROTO_IPV6}, + #endif + { "ip", IPPROTO_IP }, + { "raw", IPPROTO_RAW }, |