summaryrefslogtreecommitdiff
path: root/zebra/rtadv.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/rtadv.c')
-rw-r--r--zebra/rtadv.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/zebra/rtadv.c b/zebra/rtadv.c
index 8f6713517d..2641831bcd 100644
--- a/zebra/rtadv.c
+++ b/zebra/rtadv.c
@@ -47,14 +47,6 @@ DEFINE_MTYPE_STATIC(ZEBRA, ADV_IF, "Advertised Interface");
#include <netinet/icmp6.h>
#endif
-/* If RFC2133 definition is used. */
-#ifndef IPV6_JOIN_GROUP
-#define IPV6_JOIN_GROUP IPV6_ADD_MEMBERSHIP
-#endif
-#ifndef IPV6_LEAVE_GROUP
-#define IPV6_LEAVE_GROUP IPV6_DROP_MEMBERSHIP
-#endif
-
#define ALLNODE "ff02::1"
#define ALLROUTER "ff02::2"