Boundary Services MAC address conflicts with Guest Addresses range. #3984
Labels
cleanup
Code cleanliness
good first issue
Issues that are good for learning the codebase
networking
Related to the networking.
The fixed MAC we use to logical represent Boundary Services is currently set to:
omicron/illumos-utils/src/opte/mod.rs
Line 46 in eee942f
But based on the current MAC address allocation scheme it lies in the Guest Addresses range
omicron/common/src/api/external/mod.rs
Lines 1870 to 1887 in eee942f
In practise I don't think it's really a problem, as the boundary services mac is effectively arbitrary and not used for forwarding or filtering packets, but probably good to update nonetheless.
The text was updated successfully, but these errors were encountered: