diff options
| author | Robin H. Johnson <robbat2@gentoo.org> | 2011-12-21 08:10:47 +0000 | 
|---|---|---|
| committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-12-21 08:10:47 +0000 | 
| commit | 7b1c1e16230abae1be4c0c237665ea7629d7ef28 (patch) | |
| tree | 27615359ec7823702fd1733c3d6b5a787675841c | |
| parent | 8bb4b759eb23004e8c6d5f9e267854624c70e354 (diff) | |
| download | 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.sh | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/net/iproute2.sh b/net/iproute2.sh index 4c7fbdc5..21ec820d 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" | 
