1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-03 07:54:14 +00:00

Add ACI-CNI 6.1.1.1 variables

This commit is contained in:
Akhilesh Sarda
2024-10-01 04:07:30 -04:00
committed by JeffinKottaram
parent e65982776d
commit ed5e606be6
3 changed files with 12 additions and 0 deletions

View File

@@ -709,6 +709,8 @@ type AciNetworkProvider struct {
OpflexSwitchSyncDelay string `yaml:"opflex_switch_sync_delay,omitempty" json:"opflexSwitchSyncDelay,omitempty"`
OpflexSwitchSyncDynamic string `yaml:"opflex_switch_sync_dynamic,omitempty" json:"opflexSwitchSyncDynamic,omitempty"`
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"`
}
type KubernetesServicesOptions struct {