On Thu, Aug 19, 2010 at 06:59:17PM +0200, Admin HRD.pl wrote:
> I use Openvswitch 1.0.1
> 
> How to create virtual interfeces for Debian on vSwitch?

You can create a virtual interface named vi0 on a bridge named br0 with:
        ovs-vsctl add-port br0 vi0 -- set Interface vi0 type=internal
After that, you can configure an IP address on vi0 with "ifconfig" as
usual.

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org

Reply via email to