aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-06-08 02:51:18 +0800
committerdwcjr <dwcjr@FreeBSD.org>2001-06-08 02:51:18 +0800
commit06a00a3b6519ba0b3bc2e2703cd7439eb5457ef5 (patch)
tree09798598b6c26eaf6dd458865fe631a3609a23ca /net
parent307c50ef813f5f919930c82778fc78463885f0d7 (diff)
downloadfreebsd-ports-gnome-06a00a3b6519ba0b3bc2e2703cd7439eb5457ef5.tar.gz
freebsd-ports-gnome-06a00a3b6519ba0b3bc2e2703cd7439eb5457ef5.tar.zst
freebsd-ports-gnome-06a00a3b6519ba0b3bc2e2703cd7439eb5457ef5.zip
Add patch to allow ipv6
PR: 21460 Submitted by: jeh Reviewed by: will
Diffstat (limited to 'net')
-rw-r--r--net/trafshow/files/patch-ag12
-rw-r--r--net/trafshow3/files/patch-ag12
-rw-r--r--net/trafshow4/files/patch-ag12
3 files changed, 36 insertions, 0 deletions
diff --git a/net/trafshow/files/patch-ag b/net/trafshow/files/patch-ag
new file mode 100644
index 000000000000..b4003dcf9649
--- /dev/null
+++ b/net/trafshow/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 },
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 },
diff --git a/net/trafshow4/files/patch-ag b/net/trafshow4/files/patch-ag
new file mode 100644
index 000000000000..b4003dcf9649
--- /dev/null
+++ b/net/trafshow4/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 },