Skip to content

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

Open
pasztor wants to merge 1 commit intochurchers:masterfrom
pasztor:f/mixed_vlanif_on_standard_switch
Open

Feature to support mixed access and vlan interfaces in a switch#573
pasztor wants to merge 1 commit intochurchers:masterfrom
pasztor:f/mixed_vlanif_on_standard_switch

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