On 6/9/2019 11:41 PM, xinglp via lfs-dev wrote:
Jean-Marc Pigeon via lfs-dev <[email protected]> 於
2019年6月10日 週一 上午10:17寫道:
Hello, lfs-bootscripts-20190524 /sbin/ifup, fail to properly add
bridge. ifconfig.bro is the bridge definition # cat
/etc/sysconfig/ifconfig.br0 ;------------------------- IFACE=br0
ONBOOT=yes
Maybe you should add "VIRTINT=yes" here, without quotes.
Correct. This was also answered in a private thread, but repeating here
in case it comes up again. For any virtual interfaces, you need to add
"VIRTINT=yes" to the configuration. This is to avoid a couple of
problems with the earlier incarnations of this script (and Beyond BLFS
scripts). The order of operations has changed a bit to avoid the
unnecessary boot_mesg*2 cosmetic entries and disposing of the bad return
value, as well as bringing up a virtual interface before it is
configured by the service (and to fix a couple of other odd corner cases).
HTH
--DJ
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page