Skip to content

Commit b4b6e07

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix typo in lvs-masquerade.sh"
2 parents c2c59f4 + 55e6001 commit b4b6e07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

elements/amphora-agent/static/usr/local/bin/lvs-masquerade.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ elif [ "$1" == "delete" ]; then
8888
nft flush chain ip octavia-ipv4 output
8989
nft delete chain ip octavia-ipv4 output
9090
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
9595
nft flush chain ip6 octavia-ipv6 prerouting
9696
nft delete chain ip6 octavia-ipv6 prerouting
9797
nft flush chain ip6 octavia-ipv6 output

0 commit comments

Comments
 (0)