We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aad8be commit 5df5556Copy full SHA for 5df5556
felix/dataplane/linux/masq_mgr_test.go
@@ -96,7 +96,8 @@ var _ = Describe("Masquerade manager", func() {
96
Action: iptables.MasqAction{},
97
Match: iptables.Match().
98
SourceIPSet("cali40masq-ipam-pools").
99
- NotDestIPSet("cali40all-ipam-pools"),
+ NotDestIPSet("cali40all-ipam-pools").
100
+ NotDestIPSet("cali40all-hosts-net"),
101
},
102
103
}}})
@@ -146,7 +147,8 @@ var _ = Describe("Masquerade manager", func() {
146
147
148
149
150
151
152
153
154
0 commit comments