[pve-devel] [PATCH] add vlan aware ifupdown script v3
Dietmar Maurer
dietmar at proxmox.com
Wed Jul 29 08:26:23 CEST 2015
test you patches with the following config:
----------------
auto vmbr0
iface vmbr0 inet static
address 192.168.2.35
netmask 255.255.240.0
gateway 192.168.2.1
bridge_vlan_aware yes
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr0.100
iface vmbr0.100 inet manual
------------
but I get:
# bridge vlan show
port vlan ids
eth0 1 PVID Egress Untagged
4094
So where is range '2-4094'?
The manual page (man bridge) does not mention VID ranges at all?
And where do I see the vlan config for vmbr0.100?
More information about the pve-devel
mailing list