Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): assign fixed address to bridge
Kernel uses the lowest MAC of all attached ports as MAC address of the bridge. However, after the first port gets attached, DHCP can be started on the bridge and it will use the MAC (and client-id) of the first port; so, the MAC used for DHCP depends on the order of attachment of ports, which is not guaranteed to be stable in general. To make sure that the DHCP server always sees the request from the MAC of enp0s1, assign that MAC to the bridge from the kernel command line.
- Loading branch information