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!
thanks in advance
Regards.
Ethan
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss