File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
elements/amphora-agent/static/usr/local/bin Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ elif [ "$1" == "delete" ]; then
88
88
nft flush chain ip octavia-ipv4 output
89
89
nft delete chain ip octavia-ipv4 output
90
90
elif [ " $2 " == " ipv6" ]; then
91
- nft flush chain ip6 octavia-ipv6 ip -udp-masq
92
- nft delete chain ip6 octavia-ipv6 ip -udp-masq
93
- nft flush chain ip6 octavia-ipv6 ip -sctp-masq
94
- nft delete chain ip6 octavia-ipv6 ip -sctp-masq
91
+ nft flush chain ip6 octavia-ipv6 ip6 -udp-masq
92
+ nft delete chain ip6 octavia-ipv6 ip6 -udp-masq
93
+ nft flush chain ip6 octavia-ipv6 ip6 -sctp-masq
94
+ nft delete chain ip6 octavia-ipv6 ip6 -sctp-masq
95
95
nft flush chain ip6 octavia-ipv6 prerouting
96
96
nft delete chain ip6 octavia-ipv6 prerouting
97
97
nft flush chain ip6 octavia-ipv6 output
You can’t perform that action at this time.
0 commit comments