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 fc347fd commit 4aa3a54Copy full SHA for 4aa3a54
cni/network/network.go
@@ -594,6 +594,7 @@ func (plugin *NetPlugin) Add(args *cniSkel.CmdArgs) error {
594
nwCfg.AdditionalArgs = append(nwCfg.AdditionalArgs, ipamAddResult.interfaceInfo[key].DefaultDenyACL...)
595
}
596
597
+
598
policies := cni.GetPoliciesFromNwCfg(nwCfg.AdditionalArgs)
599
// moved to addIpamInvoker
600
// sendEvent(plugin, fmt.Sprintf("Allocated IPAddress from ipam interface: %+v", ipamAddResult.PrettyString()))
0 commit comments