blob: 7d089ae771732337117d242e2fc2c761cd68011d [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"],
You Wange24d6272018-03-27 21:18:50 -07007 "dHosts": ["00:AA:00:00:00:06/None", "00:AA:00:00:00:01/None"],
8 "scapy": {
9 "src": {
10 "host": "h3v4",
11 "interface": "h3v4-eth0",
12 "Ether": "01:00:5e:02:00:01",
13 "UDP": 40051,
You Wangece951a2018-04-16 13:34:43 -070014 "filter": "ip multicast and dst host 224.2.0.1 and udp dst port 40051",
You Wange24d6272018-03-27 21:18:50 -070015 "packet": "dst=01:00:5e:02:00:01 src=00:aa:00:00:00:02"
16 },
17 "dst": [
18 {
19 "host": "h8v4"
20 },
21 {
22 "host": "h1v4"
23 }
24 ]
25 }
26 },
27 {
28 "ipVersion": 6,
29 "sIP": "1002::3fe",
30 "group": "ff08::3fe",
31 "sPorts": ["of:0000000000000002/6"],
You Wange24d6272018-03-27 21:18:50 -070032 "dHosts": ["00:BB:00:00:00:06/None", "00:BB:00:00:00:01/None"],
33 "scapy": {
34 "src": {
35 "host": "h3v6",
36 "interface": "h3v6-eth0",
37 "Ether": "33:33:00:00:03:fe",
38 "UDP": 40051,
You Wangece951a2018-04-16 13:34:43 -070039 "filter": "ip6 multicast and dst host ff08::3fe and udp dst port 40051",
You Wange24d6272018-03-27 21:18:50 -070040 "packet": "dst=33:33:00:00:03:fe src=00:bb:00:00:00:02"
41 },
42 "dst": [
43 {
44 "host": "h8v6"
45 },
46 {
47 "host": "h1v6"
48 }
49 ]
50 }
51 }
52]