From c90cea00937484871febd7910ddeab0eb34bdd7c Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Wed, 16 Jun 2004 05:08:57 +0000 Subject: [PATCH] Turn on RFC 1724 compliant behaviour with regards to IP_ADD_MEMBERSHIP; routed should be able to specify multicast memberships to be added by interface index. This should fix the unnumbered / point-to-point case for RIPv2. PR: bin/51927 Requested by: Eugene Grosbein --- sbin/routed/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/routed/defs.h b/sbin/routed/defs.h index cbb439406cc7..9860e4d77b7f 100644 --- a/sbin/routed/defs.h +++ b/sbin/routed/defs.h @@ -124,7 +124,7 @@ /* Turn on if IP_{ADD,DROP}_MEMBERSHIP and IP_MULTICAST_IF considers address * within 0.0.0.0/8 as interface index. */ -#ifdef __NetBSD__ +#ifdef __FreeBSD__ #define MCAST_IFINDEX #endif