On Mon, Jan 21, 2013 at 04:59:42PM -0500, Willard Dennis wrote:
> Hi all,
>
> So I know that OVF ports have 1-to- associated interfaces, and that
> interfaces have a numerical "ofport" ID, as well as "external_ids"
> which includes the attached MAC address (if any.) For some of the
> stuff we are
Hi all,
So I know that OVF ports have 1-to- associated interfaces, and that
interfaces have a numerical "ofport" ID, as well as "external_ids"
which includes the attached MAC address (if any.) For some of the
stuff we are doing it would be great to have a command that when run
against a given bri
i create some qos like this
ovs-vsctl set port eth1 qos=@newqos \
-- --id=@newqos create qos type=linux-htb \
other-config:max-rate=1 queues=0=@q0,1=@q1 \
-- --id=@q0 create queue \
other-config:min-rate=1000 \
other-config:max-rate=5000 \
-- --id=@q1 create queue \
other-co
can anybody tell me how to print some value or messages from OVS and where
I see or get that value?
just like printf how i put my msg in OVS and see that o/p?
--
Thanks &Regards,
Prashant Chougule.
___
discuss mailing list
discuss@openvswitch.org
htt