]> granicus.if.org Git - strace/commitdiff
2005-07-04 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Mon, 4 Jul 2005 23:33:38 +0000 (23:33 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 4 Jul 2005 23:33:38 +0000 (23:33 +0000)
* net.c (sockipv6options): Add IPV6_ADD_MEMBERSHIP,
IPV6_DROP_MEMBERSHIP, IPV6_ROUTER_ALERT.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#162450.

net.c

diff --git a/net.c b/net.c
index 02412c9320bd371f16f5c027604684c467eeccf5..c62709438429c1489d927b99f21c40a186bc4ff6 100644 (file)
--- a/net.c
+++ b/net.c
@@ -768,6 +768,15 @@ static const struct xlat sockipv6options[] = {
 #endif
 #ifdef IPV6_FLOWINFO_SEND
        { IPV6_FLOWINFO_SEND,   "IPV6_FLOWINFO_SEND"    },
+#endif
+#ifdef IPV6_ADD_MEMBERSHIP
+       { IPV6_ADD_MEMBERSHIP,  "IPV6_ADD_MEMBERSHIP"   },
+#endif
+#ifdef IPV6_DROP_MEMBERSHIP
+       { IPV6_DROP_MEMBERSHIP, "IPV6_DROP_MEMBERSHIP"  },
+#endif
+#ifdef IPV6_ROUTER_ALERT
+       { IPV6_ROUTER_ALERT,    "IPV6_ROUTER_ALERT"     },
 #endif
        { 0,                    NULL                    },
 };