File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ iptables -t nat -F OVN-POSTROUTING
10
10
iptables -t nat -X OVN-POSTROUTING
11
11
iptables -t nat -F OVN-NAT-POLICY
12
12
iptables -t nat -X OVN-NAT-POLICY
13
+ iptables -t nat -F OVN-MASQUERADE
14
+ iptables -t nat -X OVN-MASQUERADE
13
15
iptables -t filter -D INPUT -m set --match-set ovn40subnets dst -j ACCEPT
14
16
iptables -t filter -D INPUT -m set --match-set ovn40subnets src -j ACCEPT
15
17
iptables -t filter -D INPUT -m set --match-set ovn40services dst -j ACCEPT
@@ -38,6 +40,8 @@ ip6tables -t nat -F OVN-POSTROUTING
38
40
ip6tables -t nat -X OVN-POSTROUTING
39
41
ip6tables -t nat -F OVN-NAT-POLICY
40
42
ip6tables -t nat -X OVN-NAT-POLICY
43
+ ip6tables -t nat -F OVN-MASQUERADE
44
+ ip6tables -t nat -X OVN-MASQUERADE
41
45
ip6tables -t filter -D INPUT -m set --match-set ovn60subnets dst -j ACCEPT
42
46
ip6tables -t filter -D INPUT -m set --match-set ovn60subnets src -j ACCEPT
43
47
ip6tables -t filter -D INPUT -m set --match-set ovn60services dst -j ACCEPT
You can’t perform that action at this time.
0 commit comments