1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-06 01:10:15 +00:00

Add ACI-CNI 6.1.1.2 variables

This commit is contained in:
JeffinKottaram
2024-12-30 01:16:59 -08:00
parent be7113f1fa
commit 42f2138d90
3 changed files with 7 additions and 0 deletions

View File

@@ -712,6 +712,7 @@ type AciNetworkProvider struct {
UnknownMacUnicastAction string `yaml:"unknown_mac_unicast_action,omitempty" json:"unknownMacUnicastAction,omitempty"`
EnableHppDirect string `yaml:"enable_hpp_direct,omitempty" json:"enableHppDirect,omitempty"`
OpflexAgentResetWaitDelay string `yaml:"opflex_agent_reset_wait_delay,omitempty" json:"opflexAgentResetWaitDelay,omitempty"`
ProactiveConf string `yaml:"proactive_conf,omitempty" json:"proactiveConf,omitempty"`
}
type KubernetesServicesOptions struct {