Changes between Version 18 and Version 19 of HowTo/ConfigureOVSWithLayer3Routing


Ignore:
Timestamp:
08/19/14 09:19:10 (10 years ago)
Author:
zwang@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ConfigureOVSWithLayer3Routing

    v18 v19  
    4141ovs-ofctl show OVSbr1
    4242}}}
    43 See output [wiki:HowTo/ConfigureOVSWithLayer3Routing/outputs#ovs-ofctlshowOVSbr1 here].
     43See the output [wiki:HowTo/ConfigureOVSWithLayer3Routing/outputs#ovs-ofctlshowOVSbr1 here].
    4444{{{
    4545ovs-ofctl show OVSbr2
    4646}}}
    47 See output [wiki:HowTo/ConfigureOVSWithLayer3Routing/outputs#ovs-ofctlshowOVSbr2 here].
     47See the output [wiki:HowTo/ConfigureOVSWithLayer3Routing/outputs#ovs-ofctlshowOVSbr2 here].
    4848{{{
    4949ovs-vsctl show
    5050}}}
    51 See output [wiki:HowTo/ConfigureOVSWithLayer3Routing/outputs#ovs-vsctlshow here].
     51See the output [wiki:HowTo/ConfigureOVSWithLayer3Routing/outputs#ovs-vsctlshow here].
    5252
    53535. Assign the IP addresses to the OVS bridges, and add routing entries (clean up ones if needed).
     
    6060route -n
    6161}}}
    62 See output [wiki:HowTo/ConfigureOVSWithLayer3Routing/outputs#route-n here].
     62See the output [wiki:HowTo/ConfigureOVSWithLayer3Routing/outputs#route-n here].
    6363
    6464Alternatively, you could do:
     
    8888ovs-ofctl show OVSbr1
    8989}}}
    90 According to output [wiki:HowTo/ConfigureOVSWithLayer3Routing/outputs#ovs-ofctlshowOVSbr1 here], the port number of eth1 is 1.
     90According to the output [wiki:HowTo/ConfigureOVSWithLayer3Routing/outputs#ovs-ofctlshowOVSbr1 here], the port number of eth1 is 1.
    9191
    92928. If you want to insert these flows via your controller, you will need to either specify port 65534 explicitly or use whatever convention your controller uses to specify the LOCAL port of a bridge.