Took me a while to figure out, but to enable a interface on startup
you need to enable it as so:

systemctl enable ifupdown@br0

But it also has the following in the ifupdown@service:

Requires=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device

As br0 (Bridged device) is created by the ifup script,  it will time
out waiting for br0 to be created, instead of running the ifup script
to create the device.

-- 
Nathan Coulson (conathan)
------
Location: British Columbia, Canada
Timezone: PST (-8)
Webpage: http://www.nathancoulson.com
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to