On Mon, Nov 16, 2015 at 04:21:14PM +0530, Manpreet Singh wrote: > I am working on ovs 2.3.2 and using openflow13, i am facing an issue > regarding configuring mac table size, as it will set negative value for mac > table size using the following command > > ovs-vsctl set bridge br0 fail-mode=standalone other-config:mac-table-size=-1
You can put any key-value pairs at all in other-config. If you put nonsensical key-value pairs in other-config, then they won't have a useful effect, so I recommend that you do not do that. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
