We're using bridged interfaces with veth. It seems our bridge configuration 
isn't carrying over the bridge config. The way I'm doing this on the 
originating machine is with a Red Hat style networking config file:

[r...@fvmp-ovz0000 network-scripts]# cat ifcfg-veth4.0 
DEVICE=veth4.0
ONBOOT=yes
STARTMODE=onboot
BRIDGE=br3.1632

which ensures the veth interface is associated with the right vlan bridge 
interface.

But this doesn't seem to carry over...well, the veth4.0 interface is created, 
but this interface isn't associated with the correct bridge vlan interface.

Is there another way to accomplish this elegantly? I have a feeling I'm going 
about this the hard way perhaps.

Thanks
-jeremy
_______________________________________________
Users mailing list
[email protected]
https://openvz.org/mailman/listinfo/users

Reply via email to