Configuration option = Default value | Description |
---|---|
[ESWITCH] | |
backoff_rate = 2 | (IntOpt) backoff rate multiplier for waiting period between retries for request to daemon, i.e. value of 2 will double the request timeout each retry |
daemon_endpoint = tcp://127.0.0.1:60001 | (StrOpt) eswitch daemon end point |
physical_interface_mappings = | (ListOpt) List of <physical_network>:<physical_interface> |
request_timeout = 3000 | (IntOpt) The number of milliseconds the agent will wait for response on request to daemon. |
[MLNX] | |
network_vlan_ranges = default:1:1000 | (ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network> |
physical_network_type = eth | (StrOpt) Physical network type for provider network (eth or ib) |
physical_network_type_mappings = | (ListOpt) List of <physical_network>:<physical_network_type> with physical_network_type is either eth or ib |
tenant_network_type = vlan | (StrOpt) Network type for tenant networks (local, vlan, or none) |