asonable? The only consequence of this is that
$OTHERSCRIPT will be called every time one runs "ifup
".
Also, just to be explicit, this is only a problem with "standalone"
bridges -- bridge devices that don't have any ports configured through
ifcfg-... scripts.
Cheers,
--
Lar
ned-off-by: Lars Kellogg-Stedman
---
rhel/etc_sysconfig_network-scripts_ifup-ovs | 8
1 file changed, 8 insertions(+)
diff --git a/rhel/etc_sysconfig_network-scripts_ifup-ovs
b/rhel/etc_sysconfig_network-scripts_ifup-ovs
index 57768c2..4e7d4d1 100755
--- a/rhel/etc_sysconfig_network-script
will be set in ifup-eth using
the "ip link set" command. While this appears to work, any operation
that updates the OVS configuration will cause the MAC address to revert.
Persistent MAC addresses must be set using ovs-vsctl.
Signed-off-by: Lars Kellogg-Stedman
---
rhel/etc_sysconf
I wrong?
This is all stuff I'm not familiar with and only stumbled into it
because things weren't working as expected.
--
Lars Kellogg-Stedman | larsks @ irc
Cloud Engineering / OpenStack | " " @ twitter
pgpANpKz
This patch adds support for setting the persistent MAC address (on
RHEL-derived systems) of an OVS bridge via the MACADDR setting in the
interface configuration file.
Without this change, when an administrator provides MACADDR in the
interface configuration file that address will be set in ifup-et
ora, since I think the network scripts
should Do the Right Thing for OVS devices, but I also wonder if this
is infact the desired behavior for this devices -- why not permit
standard tools like "ip" or "ifconfig" to persistently modify the
bridge?
Anyway, I'm just
l 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 | larsks @ irc
Cloud Engineering / OpenStack | " " @ twitter
pgpEWU742SJ3D.pg
*is* a link between
the two bridges, I don't want the MAC address changing like that.
What is causing the MAC address to change? How can I get it to stick?
Thanks,
--
Lars Kellogg-Stedman | larsks @ irc
Cloud Engineering / OpenStack