From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RdHGd-0005s2-9x for garchives@archives.gentoo.org; Wed, 21 Dec 2011 08:11:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BEC821C074; Wed, 21 Dec 2011 08:11:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D151E21C074 for ; Wed, 21 Dec 2011 08:11:07 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A4E01B4012 for ; Wed, 21 Dec 2011 08:11:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 450B180051 for ; Wed, 21 Dec 2011 08:11:06 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <7b1c1e16230abae1be4c0c237665ea7629d7ef28.robbat2@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: net/ X-VCS-Repository: proj/openrc X-VCS-Files: net/iproute2.sh X-VCS-Directories: net/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 7b1c1e16230abae1be4c0c237665ea7629d7ef28 Date: Wed, 21 Dec 2011 08:11:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ae2675b3-e399-44a5-bff8-00368378fdb3 X-Archives-Hash: 0a4cf413d5eeac30a68563b18ba30384 commit: 7b1c1e16230abae1be4c0c237665ea7629d7ef28 Author: Robin H. Johnson gentoo org> AuthorDate: Wed Dec 21 08:10:47 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Dec 21 08:10:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D7b1c1e16 net/iproute2: Confirmed that broadcast and peer can be used together. Signed-off-by: Robin H. Johnson gentoo.org> --- net/iproute2.sh | 1 - 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/:}" =3D "${address}" ]; then - # FIXME: I'm not sure if this should be set if we are passing a peer a= rg [ -z "$broadcast" ] && broadcast=3D"+" elif [ -n "$broadcast" ]; then eerror "Broadcast keywords are not valid with IPv6 addresses"