ether_vlanid_t is a type to represent a VLAN ID, for example inside a
.1q tag. since this is specific to Ethernet, put it in net/ethernet.h.
change bridge to use the new type instead of uint{16,32}_t.
Differential D49836
sys/net: add a new ether_vlanid_t type ivy on Apr 15 2025, 4:07 PM. Authored by Tags None Referenced Files
Details ether_vlanid_t is a type to represent a VLAN ID, for example inside a change bridge to use the new type instead of uint{16,32}_t.
Diff Detail
|