[pve-devel] [PATCH] add vlan aware ifupdown script v3
Alexandre DERUMIER
aderumier at odiso.com
Wed Jul 29 09:36:56 CEST 2015
>>But where is the information about vmbr0.100 ?
As this is a special interface (bridge tagged interface), you'll not see it in "bridge -c vlan".
but you should see the bridge itself:
port vlan ids
vmbr0 1 PVID Egress Untagged
100
This is done by bridgevlanport script
#ifup vmbr0.100 should do it
----- Mail original -----
De: "dietmar" <dietmar at proxmox.com>
À: "aderumier" <aderumier at odiso.com>
Cc: "pve-devel" <pve-devel at pve.proxmox.com>
Envoyé: Mercredi 29 Juillet 2015 09:28:00
Objet: Re: [pve-devel] [PATCH] add vlan aware ifupdown script v3
> we need to use #bridge -c vlan
>
> to display range. (compressed format).
Ah (that is also not mentioned in the manual page).
> If not, I think it's trying to display line by line each vlan, and it's too
> much for the buffer or something like that.
> (No idea how to tune that)
So I get the following now:
# bridge -c vlan
port vlan ids
eth0 1 PVID Egress Untagged
2-4094
But where is the information about vmbr0.100 ?
More information about the pve-devel
mailing list