Changes between Version 8 and Version 9 of JoeSandbox/OpenFlowOVS/Execute
- Timestamp:
- 08/28/14 16:10:04 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JoeSandbox/OpenFlowOVS/Execute
v8 v9 153 153 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. 154 154 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)''' 156 156 {{{ 157 157 sudo tcpdump -i eth0 … … 196 196 * packetDstTCPPort : Test the destination TCP port of a packet 197 197 * 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 198 201 * createArpRequest : Create an Arp Request for a different destination IP 199 202 * createArpReply : Create an Arp Reply for a different source IP