Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement untagged VLANs #1

Open
JackCSheehan opened this issue Dec 2, 2024 · 0 comments
Open

Implement untagged VLANs #1

JackCSheehan opened this issue Dec 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@JackCSheehan
Copy link
Owner

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.

@JackCSheehan JackCSheehan added the enhancement New feature or request label Dec 2, 2024
@JackCSheehan JackCSheehan self-assigned this Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant