1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-12 13:18:47 +00:00

add ACI CNI 6043 variables

This commit is contained in:
Akhilesh Sarda
2024-09-08 17:45:13 -04:00
committed by Kinara Shah
parent 231079b44e
commit 3649836054
3 changed files with 7 additions and 0 deletions

View File

@@ -708,6 +708,7 @@ type AciNetworkProvider struct {
OpflexStartupResolveAftConn string `yaml:"opflex_startup_resolve_aft_conn,omitempty" json:"opflexStartupResolveAftConn,omitempty"`
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"`
}
type KubernetesServicesOptions struct {