From 7b1c1e16230abae1be4c0c237665ea7629d7ef28 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Wed, 21 Dec 2011 08:10:47 +0000 Subject: net/iproute2: Confirmed that broadcast and peer can be used together. Signed-off-by: Robin H. Johnson --- net/iproute2.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/net/iproute2.sh b/net/iproute2.sh index 4c7fbdc..21ec820 100644 --- a/net/iproute2.sh +++ b/net/iproute2.sh @@ -139,7 +139,6 @@ _add_address() # figure out the broadcast address if it is not specified # This must NOT be set for IPv6 addresses if [ "${address/:}" = "${address}" ]; then - # FIXME: I'm not sure if this should be set if we are passing a peer arg [ -z "$broadcast" ] && broadcast="+" elif [ -n "$broadcast" ]; then eerror "Broadcast keywords are not valid with IPv6 addresses" -- cgit v1.2.3