Changes between Version 6 and Version 7 of GENIEducation/ShufengCheatingSheet


Ignore:
Timestamp:
07/03/13 12:20:38 (11 years ago)
Author:
shuang@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/ShufengCheatingSheet

    v6 v7  
    4848}}}
    4949
     50== OpenVSwitch Commands ==
     51{{{
     52ovs-vsctl add-br br0
     53ovs-vsctl add-port br0 eth2
     54ovs-vsctl set-fail-mode br0 standalone   (when loses connection with the controller, the switch acts as a normal switch)
     55ovs-vsctl set-fail-mode br0 secure    (when loses connection with the controller, the switch wont forward any packets)
     56ovs-vsctl set bridge br0 datapath_type=netdev   (without kernel support, if the vswitch is gonna be used in userspace)
     57}}}
     58
    5059== git Commands ==
    5160{{{