Ticket #291: patch-util.c

File patch-util.c, 283 bytes (added by noses@…, 22 years ago)

patch 4 of 4

Line 
1--- util.c.orig Fri Sep 15 06:51:11 2000
2+++ util.c      Thu Sep 21 14:35:33 2000
3@@ -129,6 +129,9 @@
4 #ifdef IPPROTO_ENCAP
5        { "encap",IPPROTO_ENCAP},
6 #endif
7+#ifdef IPPROTO_IPV6
8+       { "ipv6", IPPROTO_IPV6},
9+#endif
10        { "ip",   IPPROTO_IP   },
11        { "raw",  IPPROTO_RAW  },
12        { NULL, -1 },