You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add untagged (access port) VLAN support. This can be done by adding a new vlan_id field to the Frame struct that is set by EthernetPort::receive_frame method upon receiving a new frame.
Ethernet ports can be configured with VLANs via some syntax in the command line args, e.g. veth1:20 to attach to veth1 and give it a VLAN ID of 20.
The text was updated successfully, but these errors were encountered:
Add untagged (access port) VLAN support. This can be done by adding a new
vlan_id
field to theFrame
struct that is set byEthernetPort::receive_frame
method upon receiving a new frame.Ethernet ports can be configured with VLANs via some syntax in the command line args, e.g.
veth1:20
to attach toveth1
and give it a VLAN ID of 20.The text was updated successfully, but these errors were encountered: