Skip to content

Commit 5df5556

Browse files
committed
adjust the masq_mgr_test
1 parent 7aad8be commit 5df5556

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

felix/dataplane/linux/masq_mgr_test.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ var _ = Describe("Masquerade manager", func() {
9696
Action: iptables.MasqAction{},
9797
Match: iptables.Match().
9898
SourceIPSet("cali40masq-ipam-pools").
99-
NotDestIPSet("cali40all-ipam-pools"),
99+
NotDestIPSet("cali40all-ipam-pools").
100+
NotDestIPSet("cali40all-hosts-net"),
100101
},
101102
},
102103
}}})
@@ -146,7 +147,8 @@ var _ = Describe("Masquerade manager", func() {
146147
Action: iptables.MasqAction{},
147148
Match: iptables.Match().
148149
SourceIPSet("cali40masq-ipam-pools").
149-
NotDestIPSet("cali40all-ipam-pools"),
150+
NotDestIPSet("cali40all-ipam-pools").
151+
NotDestIPSet("cali40all-hosts-net"),
150152
},
151153
},
152154
}}})

0 commit comments

Comments
 (0)