When I do this how configure openFlow for accountign traffic on vin.... interfaces??

Dnia 19-08-2010 o 19:12:21 Ben Pfaff <[email protected]> napisaƂ(a):

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