> 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 <l...@redhat.com> | larsks @ irc
Cloud Engineering / OpenStack          | "   "  @ twitter

Attachment: pgpEWU742SJ3D.pgp
Description: PGP signature

_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to