summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-12-21 08:10:47 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-12-21 08:10:47 +0000
commit7b1c1e16230abae1be4c0c237665ea7629d7ef28 (patch)
tree27615359ec7823702fd1733c3d6b5a787675841c
parent8bb4b759eb23004e8c6d5f9e267854624c70e354 (diff)
downloadopenrc-7b1c1e16230abae1be4c0c237665ea7629d7ef28.tar.gz
openrc-7b1c1e16230abae1be4c0c237665ea7629d7ef28.tar.bz2
openrc-7b1c1e16230abae1be4c0c237665ea7629d7ef28.tar.xz
net/iproute2: Confirmed that broadcast and peer can be used together.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--net/iproute2.sh1
1 files changed, 0 insertions, 1 deletions
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"