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 @@ -8,6 +8,8 @@ iptables -t nat -F OVN-PREROUTING
8
8
iptables -t nat -X OVN-PREROUTING
9
9
iptables -t nat -F OVN-POSTROUTING
10
10
iptables -t nat -X OVN-POSTROUTING
11
+ iptables -t nat -F OVN-MASQUERADE
12
+ iptables -t nat -X OVN-MASQUERADE
11
13
iptables -t filter -D INPUT -m set --match-set ovn40subnets dst -j ACCEPT
12
14
iptables -t filter -D INPUT -m set --match-set ovn40subnets src -j ACCEPT
13
15
iptables -t filter -D INPUT -m set --match-set ovn40services dst -j ACCEPT
@@ -33,6 +35,8 @@ ip6tables -t nat -F OVN-PREROUTING
33
35
ip6tables -t nat -X OVN-PREROUTING
34
36
ip6tables -t nat -F OVN-POSTROUTING
35
37
ip6tables -t nat -X OVN-POSTROUTING
38
+ ip6tables -t nat -F OVN-MASQUERADE
39
+ ip6tables -t nat -X OVN-MASQUERADE
36
40
ip6tables -t filter -D INPUT -m set --match-set ovn60subnets dst -j ACCEPT
37
41
ip6tables -t filter -D INPUT -m set --match-set ovn60subnets src -j ACCEPT
38
42
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