[pve-devel] bridge-utils

Dietmar Maurer dietmar at proxmox.com
Wed Dec 28 17:21:44 CET 2016


I am not sure what you talk about here, but we removed the vlan
package dependency years ago...

We use our own vlan implementation in:

https://git.proxmox.com/?p=pve-manager.git;a=blob;f=vlan;h=abe646ada79053f7056922653b21ddc79260277c;hb=HEAD

Or do I miss something?

The corresponding commit is here:

https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=312ce78084273676cd8080016712d94bfd58cb66

> As of bridge-utils 1.5-11 integration with vlan package has been
> removed so to have vlan aware bridges working
> with /etc/network/interfaces again something like the following is
> needed:
> 
> # Create the bridge
> auto vmbr1100
> iface vmbr1100 inet static
>         address 10.0.4.60
>         netmask 255.255.255.0
>         bridge_ports eth0.1100
>         bridge_stp off
>         bridge_fd 0
>         bridge_maxwait 5
> 	pre-up vconfig add eth0 1100     <---- New requirement
> 	post-down vconfig rem eth0 1100  <---- New requirement




More information about the pve-devel mailing list