Hi Guru, It shows only one instance. Does it make sense if I have re-installed OVS?
Ethan 2017年3月22日 01:04,"Guru Shetty" <[email protected]>寫道: On 21 March 2017 at 09:01, 蘇于倫 <[email protected]> wrote: > Hi everyone, > > I'd like to confirm which steps should I do to completely remove current > OVS if I want to re-install OVS with modified C code in git repo ? > > Currently what my reinstall_ovs.sh does for old OVS removal is: > sudo /usr/local/share/openvswitch/scripts/ovs-ctl stop > sudo rm /usr/local/etc/openvswitch/conf.db > ps aux | awk '/[o]vs-vswitchd/ {print $2}' > rm -rf ovs/ > > Are the steps above sufficient to completely remove OVS installation? > After I run the re-install script, the code modification does not take > effect. I modified in-band.c that output port of hidden flow is assigned > to be the port number I want 0x00001 for eth0. However, the hidden > flows still show NORMAL action. > Appreciate comments and suggestion! > Does 'find /usr -name ovs-vsctl' show 2 instances? > thanks in advance > > Regards. > Ethan > > _______________________________________________ > discuss mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-discuss > >
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
