-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths3-commands.txt
21 lines (21 loc) · 1.62 KB
/
s3-commands.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
table_add my_ingress.ipv4_match my_ingress.to_port_action 172.16.0.1/32 => 4
table_add my_ingress.ipv4_match my_ingress.to_port_action 172.16.0.4/32 => 4
table_add my_ingress.ipv4_match my_ingress.to_port_action 172.16.0.7/32 => 1
table_add my_ingress.ipv4_match my_ingress.to_port_action 192.168.0.2/32 => 4
table_add my_ingress.ipv4_match my_ingress.to_port_action 192.168.0.5/32 => 4
table_add my_ingress.ipv4_match my_ingress.to_port_action 192.168.0.8/32 => 2
table_add my_ingress.ipv4_match my_ingress.to_port_action 10.0.0.3/32 => 4
table_add my_ingress.ipv4_match my_ingress.to_port_action 10.0.0.6/32 => 4
table_add my_ingress.ipv4_match my_ingress.to_port_action 10.0.0.9/32 => 3
table_add my_ingress.switch_select my_ingress.assign_switch_action 172.16.0.1/32 => 1
table_add my_ingress.switch_select my_ingress.assign_switch_action 172.16.0.4/32 => 2
table_add my_ingress.switch_select my_ingress.drop_action 172.16.0.7/32 =>
table_add my_ingress.switch_select my_ingress.assign_switch_action 192.168.0.2/32 => 1
table_add my_ingress.switch_select my_ingress.assign_switch_action 192.168.0.5/32 => 2
table_add my_ingress.switch_select my_ingress.drop_action 192.168.0.8/32 =>
table_add my_ingress.switch_select my_ingress.assign_switch_action 10.0.0.3/32 => 1
table_add my_ingress.switch_select my_ingress.assign_switch_action 10.0.0.6/32 => 2
table_add my_ingress.switch_select my_ingress.drop_action 10.0.0.9/32 =>
table_add my_ingress.endpoint_match my_ingress.decap_action 172.16.0.7 1 => 1
table_add my_ingress.endpoint_match my_ingress.decap_action 192.168.0.8 2 => 2
table_add my_ingress.endpoint_match my_ingress.decap_action 10.0.0.9 3 => 3