On Fri, Dec 20, 2013 at 01:02:24PM +0530, sonia verma wrote:
> Can you provide any command or link regarding this.
Look at the "role request" support in include/openflow/nicira-ext.h.
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.or
Hi Ben ..
Thanks..
Can you provide any command or link regarding this.
On Wed, Dec 18, 2013 at 10:33 PM, Ben Pfaff wrote:
> On Wed, Dec 18, 2013 at 04:43:14PM +0530, sonia verma wrote:
> > Does OF1.0 switches support the Cluster role negotiation with the
> > Controller ?
>
> OpenFlow 1.0 does
> > Yes, that work, but the network device is activated too late.
> > All other service in runlevel 2 depends on working network devices, and thus
> fail.
> >
> [Moving this to discuss instead of dev]
>
> What are those other services that start after networking and before
> openvswitch starts tha
On Thu, Dec 19, 2013 at 05:42:00PM +0530, Roushan Ara wrote:
> Hi All,
>
>I am new to Openswitch and using openvswitch-1.11.0 for my project. I
> wanted to have one queue with min-rate as 50 and max-rate as 500 for that i
> have used below command
>
> ovs-vsctl --no-wait -- set port et
Hi All,
I am new to Openswitch and using openvswitch-1.11.0 for my project. I
wanted to have one queue with min-rate as 50 and max-rate as 500 for that i
have used below command
ovs-vsctl --no-wait -- set port eth2 qos=@newqos -- --id=@newqos create qos
type=linux-htb other-config:max-
>
> Yes, that work, but the network device is activated too late.
> All other service in runlevel 2 depends on working network devices, and thus
> fail.
>
[Moving this to discuss instead of dev]
What are those other services that start after networking and before
openvswitch starts that depend on
Here is map of what I have:
~# ovs-vsctl show
9f2c17d1-5eff-4a8f-8201-05579736afa8
Bridge "ovsbr0"
Port repli
tag: 4
Interface repli
type: internal
Port "mgmt0"
tag: 2
Interface "mgmt0"
type: interna
Please don't drop the list.
Your command works fine here:
blp@blp:~/nicira/ovs/tutorial(0)$ ovs-vsctl add-br br1
blp@blp:~/nicira/ovs/tutorial(0)$ ovs-ofctl add-flow br1
in_port=1,tun_src=192.168.1.10,tun_dst=192.168.2.10,actions=normal
blp@blp:~/nicira/ovs/tutorial(0)$ ovs-ofctl dum
Hello list,
I am new to openvswitch and trying to use it on linux host and have next
goal.
I have bond and Mgmt and Replication interfaces on it. How I can say
openvswitch to prioritize traffic for Replication over Mgmt? Are there any
howto, guides that covers this?
--
Igor Laskovy
facebook.com/
I managed to solve this by setting VM NIC MTU to 1400, 1450 wasn't enough.
Thanks.
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
But, because in my init.d order of services I first start the network service,
then the openvswitch service which starts the openvswitch daemons, I think this
is the reason why my /etc/sysconfig/network/ifcfg-virbr0 is not working because
the openvswitch service is not yet started (when the net
Thanks Jesse,
With your inputs, have been able to resolve this issue now.
Thanks
Rashmi
On Wed, Dec 18, 2013 at 12:39 AM, Jesse Gross wrote:
> You shouldn't include eth0 on M2 and M3 in the bridges. I guess those
> are the interfaces that the GRE tunnel is configured over but that's
> not nec
Hi guys,
Is anyone experiencing this issue below? If got any solution, kindly advice
[root@mi-cloud-prd-host001 ~]# brctl show
bridge name bridge id STP enabled interfaces
br1 8000.ac162d8ae931 no bond1.436
virbr0 8000.525400e6d38e
13 matches
Mail list logo