add a new typedef in if_vlan_var.h to represent the lowest (1) and
highest (4095) valid VLAN IDs in a .1q tag.
change if_vlan to use DOT1Q_VID_MAX instead of a magic number.
Differential D49837
sys/net: add DOT1Q_VID_{MIN,MAX} ivy on Apr 15 2025, 4:09 PM. Authored by Tags None Referenced Files
Details
add a new typedef in if_vlan_var.h to represent the lowest (1) and change if_vlan to use DOT1Q_VID_MAX instead of a magic number.
Diff Detail
|