for example: ovs-vsctl-id=@m get mirror mymirror-- remove bridge br0 mirrors @ m and ovs-vsctl-id=@ft create Flow_Table flow_limit=100 overflow_policy=refuse-- set Bridge br0 flow_tables=0=@ft what are the variables in the -id=@ commands? Than...
there are two steps to start OVS on ovs s official website, as follows: $ export PATH=$PATH: usr local share openvswitch scripts $ ovs-ctl start there is no problem with executing these two sentences separately in the terminal, but when I want to pu...