You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
datapath: Cover subnet encryption in XFRM leak test
This commit complements 27a8fb1 ("datapath: Integration test for
XFRM leaks on node churn"). In that previous commit, subnet encryption
(the XFRM config used for ENI and Azure IPAM modes) was not covered.
This commit covers it.
There are two pre-conditions to subnet encryption: nodes must have a
list of pod subnets (cf. IPv{4,6}PodSubnets) and the encryption
interface must exist and have an IP address. The test configures these
two preconditions before running the usual checks for XFRM config leaks.
Signed-off-by: Paul Chaignon <[email protected]>
0 commit comments