Hello.
If I change link level address on ethernet interface, for example:
then i get:
, but when i run:
.
It uses hardware address attribute "hwaddr" for UUID generation, not link level "ether".
Can we change this behaviour?
Is it possible to change hwaddr?
Code:
> ifconfig re0
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether 1c:87:2c:77:f4:c7
inet 192.168.34.24 netmask 0xffffff00 broadcast 192.168.34.255
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
If I change link level address on ethernet interface, for example:
ifconfig re0 link 1c:87:2c:aa:bb:cc
then i get:
Code:
> ifconfig re0
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether 1c:87:2c:aa:bb:cc
hwaddr 1c:87:2c:77:f4:c7
inet 192.168.34.24 netmask 0xffffff00 broadcast 192.168.34.255
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Code:
> uuidgen
276dc33f-9553-11ec-94e7-1c872c77f4c7
It uses hardware address attribute "hwaddr" for UUID generation, not link level "ether".
Can we change this behaviour?
Is it possible to change hwaddr?