-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflow_rules1.json
66 lines (66 loc) · 1.85 KB
/
flow_rules1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"count":"6",
"rules":
{
"flow0":
{
"cookie":"0",
"in_port":"1",
"nw_src":"none",
"nw_dst":"192.168.2.1",
"out_port":"2",
"srcMAC":"00:00:00:00:00:20",
"dstMAC":"00:00:00:00:00:02"
},
"flow1":
{
"cookie":"0",
"in_port":"2",
"nw_src":"none",
"nw_dst":"192.168.1.1",
"out_port":"1",
"srcMAC":"00:00:00:00:00:10",
"dstMAC":"00:00:00:00:00:01"
},
"flow2":
{
"cookie":"0",
"in_port":"1",
"nw_src":"none",
"nw_dst":"192.168.3.1",
"out_port":"3",
"srcMAC":"00:00:00:00:00:30",
"dstMAC":"00:00:00:00:00:03"
},
"flow3":
{
"cookie":"0",
"in_port":"3",
"nw_src":"none",
"nw_dst":"192.168.1.1",
"out_port":"1",
"srcMAC":"00:00:00:00:00:10",
"dstMAC":"00:00:00:00:00:01"
},
"flow4":
{
"cookie":"0",
"in_port":"2",
"nw_src":"none",
"nw_dst":"192.168.3.1",
"out_port":"3",
"srcMAC":"00:00:00:00:00:30",
"dstMAC":"00:00:00:00:00:03"
},
"flow5":
{
"cookie":"0",
"in_port":"3",
"nw_src":"none",
"nw_dst":"192.168.2.1",
"out_port":"2",
"srcMAC":"00:00:00:00:00:20",
"dstMAC":"00:00:00:00:00:02"
}
}
}