> What is causing the MAC address to change? How can I get it to stick?
The answer here appears to be "don't set OVS bridge MAC addresses
using your normal system tools". While this fails as described...
ip link set br-ex addr $MACADDR
This seems to stick:
ovs-vsctl set bridge br-ex other-config:hwaddr=$MACADDR
Details here:
http://blog.oddbit.com/2014/05/23/solved-open-vswitch-and-persis/
--
Lars Kellogg-Stedman <[email protected]> | larsks @ irc
Cloud Engineering / OpenStack | " " @ twitter
pgpEWU742SJ3D.pgp
Description: PGP signature
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
