Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: net/
Date: Wed, 21 Dec 2011 08:11:15
Message-Id: 7b1c1e16230abae1be4c0c237665ea7629d7ef28.robbat2@gentoo
1 commit: 7b1c1e16230abae1be4c0c237665ea7629d7ef28
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 21 08:10:47 2011 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 21 08:10:47 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=7b1c1e16
7
8 net/iproute2: Confirmed that broadcast and peer can be used together.
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 ---
13 net/iproute2.sh | 1 -
14 1 files changed, 0 insertions(+), 1 deletions(-)
15
16 diff --git a/net/iproute2.sh b/net/iproute2.sh
17 index 4c7fbdc..21ec820 100644
18 --- a/net/iproute2.sh
19 +++ b/net/iproute2.sh
20 @@ -139,7 +139,6 @@ _add_address()
21 # figure out the broadcast address if it is not specified
22 # This must NOT be set for IPv6 addresses
23 if [ "${address/:}" = "${address}" ]; then
24 - # FIXME: I'm not sure if this should be set if we are passing a peer arg
25 [ -z "$broadcast" ] && broadcast="+"
26 elif [ -n "$broadcast" ]; then
27 eerror "Broadcast keywords are not valid with IPv6 addresses"