blob: 218ed4d85cb26a072e76902c3301b400c4e68728 [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:03/None", "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 {
You Wangece951a2018-04-16 13:34:43 -070019 "host": "h4v4",
20 "interface": "h4v4-bond0"
You Wange24d6272018-03-27 21:18:50 -070021 },
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"],
You Wange24d6272018-03-27 21:18:50 -070036 "dHosts": ["00:BB:00:00:00:03/None", "00:BB:00:00:00:06/None", "00:BB:00:00:00:01/None"],
37 "scapy": {
38 "src": {
39 "host": "h3v6",
40 "interface": "h3v6-eth0",
41 "Ether": "33:33:00:00:03:fe",
42 "UDP": 40051,
You Wangece951a2018-04-16 13:34:43 -070043 "filter": "ip6 multicast and dst host ff08::3fe and udp dst port 40051",
You Wange24d6272018-03-27 21:18:50 -070044 "packet": "dst=33:33:00:00:03:fe src=00:bb:00:00:00:02"
45 },
46 "dst": [
47 {
You Wangece951a2018-04-16 13:34:43 -070048 "host": "h4v6",
49 "interface": "h4v6-bond0"
You Wange24d6272018-03-27 21:18:50 -070050 },
51 {
52 "host": "h8v6"
53 },
54 {
55 "host": "h1v6"
56 }
57 ]
58 }
59 }
60]