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