mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
babfea0a09
PR: 21460 Submitted by: jeh Reviewed by: will
13 lines
283 B
Plaintext
13 lines
283 B
Plaintext
--- 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 },
|