Changes between Version 5 and Version 6 of Internal/OpenFlow/WimaxOpenV


Ignore:
Timestamp:
Sep 20, 2010, 11:55:00 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/WimaxOpenV

    v5 v6  
    104104        port 0: dp0 (internal)
    105105        port 1: veth0
    106 
    107106}}}
    108107
    109108There is a separate daemon that manages the virtual open flow switch, In the current config we'll use it in --out-of-band mode. Thus the interface doesn't need an IP of it's own. The daemon can be started with the [http://openvswitch.org/cgi-bin/ovsman.cgi?page=utilities/ovs-openflowd.8 ovs-openflowd] command:
    110109{{{
    111 ovs-openflowd dp0 tcp:10.0.0.12 --out-of-band --dpid 002320806da5
     110>ovs-openflowd dp0 tcp:10.0.0.12 --out-of-band --datapath-id=0000002320806da5 --detach
     111
     112ovs-openflowd dp0 tcp:10.0.0.12 --out-of-band --datapath-id=0000002320806da5
     113Sep 20 19:52:27|00001|openflowd|INFO|Open vSwitch version 1.1.0pre2
     114Sep 20 19:52:27|00002|openflowd|INFO|OpenFlow protocol version 0x01
     115Sep 20 19:52:27|00003|ofproto|INFO|using datapath ID 000000232080116e
     116Sep 20 19:52:27|00004|ofproto|INFO|datapath ID changed to 0000002320806da5
     117Sep 20 19:52:27|00005|rconn|INFO|dp0<->tcp:10.0.0.12: connecting...
     118Sep 20 19:52:27|00006|rconn|INFO|dp0<->tcp:10.0.0.12: connected
     119Sep 20 19:52:27|00007|ofproto|INFO|dp0<->tcp:10.0.0.12: normalization changed ofp_match, details:
     120Sep 20 19:52:27|00008|ofproto|INFO| pre: wildcards=  0x3fff4f  in_port=    0  dl_src=00:00:00:00:00:00  dl_dst=00:00:00:00:00:00  dl_vlan=    0  dl_vlan_pcp=  0  dl_type= 0x800  nw_tos=   0  nw_proto= 0x6  nw_src=0x698e9b09  nw_dst=0x3661eb00  tp_src=    0  tp_dst=   80
     121Sep 20 19:52:27|00009|ofproto|INFO|post: wildcards=  0x3fff4f  in_port=    0  dl_src=00:00:00:00:00:00  dl_dst=00:00:00:00:00:00  dl_vlan=    0  dl_vlan_pcp=  0  dl_type= 0x800  nw_tos=   0  nw_proto= 0x6  nw_src=         0  nw_dst=         0  tp_src=    0  tp_dst=   80
    112122}}}
     123Note the extra padding of 4 zeros at the front of the dpid, as well as the fixed up of nox.orbit-lab.org(10.0.0.12). The open flow daemon doesn't like
     124dns names.