[pve-devel] kernel 3.10 : bridge vlan test
Dietmar Maurer
dietmar at proxmox.com
Tue Dec 17 10:29:53 CET 2013
> then
>
> create a bridge:
>
> #ovs-vsctl add-br testbridge
>
> (sysfs is available like linux bridge /sys/class/net/testbridge)
>
> add an interface to bridge:
>
> # ovs-vsctl add-port testbridge tap0 tag=10 # ovs-vsctl add-port testbridge eth0
>
> change vlan:
> #ovs-vsctl set port tap0 tag=9
>
> remove vlan:
> #ovs-vsctl clear port tap0 tag
>
>
> that's all...
How does that fit into standard debian network configuration (/etc/network/interfaces)?
Can we configure such bridge there and set IP address?
More information about the pve-devel
mailing list