[ovs-discuss] replace the openvswitch.ko without losing the bridge interface's configuration

pei Jikui jkpei at hotmail.com
Wed Mar 20 07:02:41 UTC 2019


When I replace the openvswitch.ko with a new modified one, the configuration on the bridge such as br0 is lost.  I need to reconfigure its ip address and bring it up again manually.

Is there any alternative that we could replace the openvswitch.ko without losing the bridge interfaces’ configuration?

The steps I used to replace the openvswitch on the centos.

1)    Compile the openvswitch

make -j `nproc`

make install

2)    Replace the openvswitch.ko

ovs-dpctl del-dp system at ovs-system

rmmod openvswitch

insmod ./datapath/linux/openvswitch.ko

ovs-ctl restart



Thanks.


Jikui
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-discuss/attachments/20190320/63170e3b/attachment.html>


More information about the discuss mailing list