aboutsummaryrefslogtreecommitdiffstats
path: root/net/trafshow4/files/patch-ag
blob: b4003dcf9649ce6f10fe7d9f1190e8858df9678f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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 },