You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2022. It is now read-only.
MAC address is optional parameter for port.
It is better to let the provider to take care of
MAC address allocation.
Signed-off-by: Ales Musil <amusil@redhat.com>
// If selected overlay network has a subnet assigned, fixed IPs will be assigned to the port, add such interfaces to dhclientInterfaces list so we later call DHCP client on them
// NetworkSpec is later used by Device Plugin to create an interface with PortName and MacAddress and mark it with PortID on OVS so it will be mapped to already created OVN port
// generatePortName builds name of a port in format ${NETWORK_NAME}-${RANDOM_SUFFIX}, length of the name is set to 15 characters so it fits max length of an interface name
376
364
// TODO: keep prefix and suffix length in a constant
0 commit comments