blob: 0068a5f956d942f173100faa72a1c93441090cb8 [file] [log] [blame]
You Wange24d6272018-03-27 21:18:50 -07001[
2 {
3 "ipVersion": 4,
4 "sIP": "10.2.0.1",
5 "group": "224.2.0.1",
6 "sPorts": ["of:0000000000000002/9"],
7 "dPorts": ["of:0000000000000002/10"],
8 "dHosts": ["00:AA:00:00:00:03/None"],
9 "scapy": {
10 "src": {
11 "host": "h3v4",
12 "interface": "h3v4-eth0",
13 "Ether": "01:00:5e:02:00:01",
14 "UDP": 40051,
15 "filter": "ip host 224.2.0.1",
16 "packet": "dst=01:00:5e:02:00:01 src=00:aa:00:00:00:02"
17 },
18 "dst": [
19 {
20 "host": "h4v4"
21 }
22 ]
23 }
24 },
25 {
26 "ipVersion": 6,
27 "sIP": "1002::3fe",
28 "group": "ff08::3fe",
29 "sPorts": ["of:0000000000000002/6"],
30 "dPorts": ["of:0000000000000002/7"],
31 "dHosts": ["00:BB:00:00:00:03/None"],
32 "scapy": {
33 "src": {
34 "host": "h3v6",
35 "interface": "h3v6-eth0",
36 "Ether": "33:33:00:00:03:fe",
37 "UDP": 40051,
38 "filter": "ip6 host ff08::3fe",
39 "packet": "dst=33:33:00:00:03:fe src=00:bb:00:00:00:02"
40 },
41 "dst": [
42 {
43 "host": "h4v6"
44 }
45 ]
46 }
47 }
48]