FreeBSD 15.0-RELEASE-p5, trying set static MAC address for bridge. In rc.conf:
In logs:
MAC is static, but tail of address is changed. Is this a bug or I missing something?
Code:
ifconfig_bridge0="ether xx:xx:xx:xx:70:70"
ifconfig_bridge0="inet 192.168.xxx.xxx netmask 255.255.255.0 addm igc1 addm igc2 addm igc3"
ifconfig_bridge0_ipv6="inet6 myulaaddr prefixlen 64 up"
Code:
Mar 31 21:59:44 host kernel: bridge0: Ethernet address: xx:xx:xx:xx:07:5d
MAC is static, but tail of address is changed. Is this a bug or I missing something?