On Fri, Feb 23, 2018 at 12:48:49AM +0530, Vishal Deep Ajmera wrote: > Whenever a DPDK port is added to or deleted from an OVS bridge, the bridge > interface is reconfigured with the lowest MAC address among the connected DPDK > ports. When changing the MAC address, OVS performs a sequences of events > UP -> DOWN -> UP on the bridge interface. In deployments of OVS in RHEL > distribution this results in loosing Linux networking configuration attached > to > the bridge interface (e.g. static routes). > > This patch changes the interface configuration scripts used in a RHEL > deployment > to trigger post-up operations on the bridge device after a change of MAC > address. > > Signed-off-by: Vishal Deep Ajmera <[email protected]> > Signed-off-by: Flavio Leitner <[email protected]> > > ---
Thanks Vishal! Acked-by: Flavio Leitner <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
