blob: 9a138d71581232da0538894965c8ab1dc44b5577 [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", "of:0000000000000004/9"],
8 "dHosts": ["00:AA:00:00:00:03/None", "00:AA:00:00:00:06/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 "host": "h8v4"
24 }
25 ]
26 }
27 },
28 {
29 "ipVersion": 6,
30 "sIP": "1002::3fe",
31 "group": "ff08::3fe",
32 "sPorts": ["of:0000000000000002/6"],
33 "dPorts": ["of:0000000000000002/7", "of:0000000000000004/6"],
34 "dHosts": ["00:BB:00:00:00:03/None", "00:BB:00:00:00:06/None"],
35 "scapy": {
36 "src": {
37 "host": "h3v6",
38 "interface": "h3v6-eth0",
39 "Ether": "33:33:00:00:03:fe",
40 "UDP": 40051,
41 "filter": "ip6 host ff08::3fe",
42 "packet": "dst=33:33:00:00:03:fe src=00:bb:00:00:00:02"
43 },
44 "dst": [
45 {
46 "host": "h4v6"
47 },
48 {
49 "host": "h8v6"
50 }
51 ]
52 }
53 }
54]