aboutsummaryrefslogtreecommitdiff
path: root/net/trafshow3
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-07 18:51:18 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-07 18:51:18 +0000
commitbabfea0a090b373ab3a69a00479f89fbf5fcd698 (patch)
treec7bf9830e6b7f3d1aeb4a63257ba8b5189f96884 /net/trafshow3
parenta7a348ee4cb94ec24c2ceb195ea32f1152fcd60c (diff)
downloadports-babfea0a090b373ab3a69a00479f89fbf5fcd698.tar.gz
ports-babfea0a090b373ab3a69a00479f89fbf5fcd698.zip
Add patch to allow ipv6
PR: 21460 Submitted by: jeh Reviewed by: will
Notes
Notes: svn path=/head/; revision=43603
Diffstat (limited to 'net/trafshow3')
-rw-r--r--net/trafshow3/files/patch-ag12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/trafshow3/files/patch-ag b/net/trafshow3/files/patch-ag
new file mode 100644
index 000000000000..b4003dcf9649
--- /dev/null
+++ b/net/trafshow3/files/patch-ag
@@ -0,0 +1,12 @@
+--- util.c.orig Fri Sep 15 06:51:11 2000
++++ util.c Thu Sep 21 14:35:33 2000
+@@ -129,6 +129,9 @@
+ #ifdef IPPROTO_ENCAP
+ { "encap",IPPROTO_ENCAP},
+ #endif
++#ifdef IPPROTO_IPV6
++ { "ipv6", IPPROTO_IPV6},
++#endif
+ { "ip", IPPROTO_IP },
+ { "raw", IPPROTO_RAW },
+ { NULL, -1 },