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

Feature to support mixed access and vlan interfaces in a switch #573

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pasztor
Copy link
Contributor

@pasztor pasztor commented Dec 21, 2024

Minimalist implementation of the possibility to add access interfaces and vlan tagged interfaces into the same switch.

Eg.:

pasztor@host:~ $ sudo vm switch list
NAME      TYPE      IFACE        ADDRESS        PRIVATE  MTU  VLAN  PORTS
test      standard  vm-test      -              no       -    -     vxlan42 epair0b.1042

vxlan42 is created using rc.conf's cloned interfaces and it doesn't need .1q tagging, but the other member port on epair0b it ineed needs it.

Thoroughly tested and proven to work.

Minimalist implementation of the possibility to add access interfaces and
vlan tagged interfaces into the same switch.

Eg.:
```
pasztor@host:~ $ sudo vm switch list
NAME      TYPE      IFACE        ADDRESS        PRIVATE  MTU  VLAN  PORTS
test      standard  vm-test      -              no       -    -     vxlan42 epair0b.1042
```
vxlan42 is created using rc.conf's cloned interfaces and it doesn't need .1q tagging,
but the other member port on epair0b it ineed needs it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant