blob: 540aeee925ab3131fc7fd6f9c8b61a87a0657b04 [file] [log] [blame]
Srikanth Vavilapalli1725e492014-12-01 17:50:52 -08001test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02
2 Test packet injection between two hosts
3
4test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 src-switch 00:00:00:00:00:00:00:00 32
5 Run the packet-in test, specifying a specific switch physical port
6
7test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... vlan 1001
8 Run the packet-in test, tagging packets with a specific VLAN
9
10test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... priority 2
11 Run the packet-in test, tagging packets with a specific ether priority
12
13test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... src-ip-address 1.2.3.4
14 Run the packet-in test, tagging packets with a specific source IP address
15
16test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... dst-ip-address 1.2.3.4
17 Run the packet-in test, tagging packets with a specific destination IP address
18
19test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... protocol 6
20 Run the packet-in test, tagging packets with a specific IP protocol number (TCP)
21
22test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... tos 7
23 Run the packet-in test, tagging packets with a specific set of TOS bits
24
25test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... src-port 80
26 Run the packet-in test, tagging packets with a specific source port number
27
28test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... dst-port 443
29 Run the packet-in test, tagging packets with a specific destination port number