> 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? _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
