Changes between Version 8 and Version 9 of JoeSandbox/OpenFlowOVS/Execute


Ignore:
Timestamp:
08/28/14 16:10:04 (10 years ago)
Author:
zwang@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JoeSandbox/OpenFlowOVS/Execute

    v8 v9  
    153153  You should see at least two table entries: One for messages from host1 to host2 and one for messages from host2 to host1.  You may also see flow entries for arp packets.
    154154
    155   6. To see messages go between your switch and your controller (listening on port 6633 of your localhost), run tcpdump on the `eth0` interface of your controller node: '''(This one I saw too many other packet)'''
     155  6. To see messages go between your switch and your controller (listening on port 6633 of your localhost), run tcpdump on the `eth0` interface of your controller node: '''(This one I saw too many other packets)'''
    156156  {{{
    157157  sudo tcpdump -i eth0
     
    196196  * packetDstTCPPort : Test the destination TCP port of a packet
    197197  * packetSrcTCPPort : Test the source TCP port of a packet
     198  * createOFAction : Create one OpenFlow action
     199  * getFullMatch : get the full match out of a packet
     200  * createFlowMod : create a flow mod
    198201  * createArpRequest : Create an Arp Request for  a different destination IP
    199202  * createArpReply : Create an Arp Reply for  a different source IP