fix ifup for static ipv6
authorWill Woods <wwoods@redhat.com>
Mon, 11 Jun 2012 17:46:21 +0000 (13:46 -0400)
committerHarald Hoyer <harald@redhat.com>
Tue, 12 Jun 2012 17:24:46 +0000 (19:24 +0200)
commit50b08e7b85085169459dd971b711f712744598ef
tree9298c501cb502a2d1eed3bbd0dcef3fdbf396279
parent43fed15129dc4916c37ebd8980aba78b6609943b
fix ifup for static ipv6

"brd +" is not valid for ipv6. This causes the 'ip addr add' command to
fail with the message "Broadcast can be set only for IPv4 addresses".

So: don't use "brd +" for ipv6.
modules.d/40network/ifup.sh