Good morning all.
I've been trying to give an Open vSwitch bridge a persistent IP address, but the the interface (bridge0) doesn't exist until ovs-vswitchd and ovsdb-server are started. This presents me with the problem that, as far as rcorder is concerned, netif comes before any Open vSwitch services, which means that ifconfig_* entries in rc.conf fail, and this failure cascades as services that depend on the bridge don't start. Is there a "right" way I should be going about giving the Open vSwitch bridge interface an IP address?
Thomas
I've been trying to give an Open vSwitch bridge a persistent IP address, but the the interface (bridge0) doesn't exist until ovs-vswitchd and ovsdb-server are started. This presents me with the problem that, as far as rcorder is concerned, netif comes before any Open vSwitch services, which means that ifconfig_* entries in rc.conf fail, and this failure cascades as services that depend on the bridge don't start. Is there a "right" way I should be going about giving the Open vSwitch bridge interface an IP address?
Thomas