freebsd-ports/net/trafshow3/files/patch-util.c
Adam Weinberger 69ea23ed71 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)
2014-07-29 01:59:16 +00:00

20 lines
493 B
C

--- 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 },