[ovs-discuss] [ovn] provider networks

2016-06-16 Thread Murali R
I am trying to use provider networks. The docs does not say disabling OVN L3 but says q-l3 be disabled. Is it OK to have OVN L3 enabled with provider network in devstack config? -Murali ___ discuss mailing list discuss@openvswitch.org http://openvswitch.

Re: [ovs-discuss] Need info to backup Open vSwitch Database

2016-06-16 Thread Ben Pfaff
On Wed, Jun 15, 2016 at 08:30:55PM -0500, Krishna Venkata wrote: > Looking to know as, how to backup Open vSwitch database. Kindly guide me > through the backup process. You can copy the file. ___ discuss mailing list discuss@openvswitch.org http://openv

[ovs-discuss] Need info to backup Open vSwitch Database

2016-06-16 Thread Krishna Venkata
Greetings, Looking to know as, how to backup Open vSwitch database. Kindly guide me through the backup process. Thanks, Krishna ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Get name and adding a new file

2016-06-16 Thread Jonas Nilsson
Hi! I have two questions: How can I get the name of the specific switch/bridge in the code? I want to add a new file with functions which I want to use from ofproto.c. I have taken a look at the make file but it confuse me, what should I do to make my extension file work with the existing

Re: [ovs-discuss] Assign static ip to OVS bridge

2016-06-16 Thread John Chludzinski
The ifcfg file works like a champ. No problem and, of course, it provides a persistent IP assignment on reboot. Thank guys. On 2016-06-16 11:42, james hopper wrote: Hey Guru, If i understood correctly, you want to use your OVS Box to have a static ip address and to communicate with it. If so,

Re: [ovs-discuss] Assign static ip to OVS bridge

2016-06-16 Thread james hopper
Hey Guru, If i understood correctly, you want to use your OVS Box to have a static ip address and to communicate with it. If so, go ahead and create an ifcfg file  /etc/sysconfig/network-scripts/ifcfg-$bridgeName   Then configure it as. DEVICE=$bridgeName HWADADR=<$bridgeName address as shown

Re: [ovs-discuss] Assign static ip to OVS bridge

2016-06-16 Thread Ben Pfaff
On Thu, Jun 16, 2016 at 08:16:41AM -0400, John Chludzinski wrote: > How can I assign a static ip-address to an OVS bridge? ifconfig br0 $ip ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] Group Action display

2016-06-16 Thread james hopper
Thanks guru. I wasn't specifically mentioning OF version.   Sent: Thursday, June 16, 2016 at 8:12 AM From: "Guru Shetty" To: "james hopper" Cc: "OVS Discussion" Subject: Re: [ovs-discuss] Group Action display     On 16 June 2016 at 03:10, james hopper wrote: Hey

Re: [ovs-discuss] Group Action display

2016-06-16 Thread Guru Shetty
On 16 June 2016 at 03:10, james hopper wrote: > Hey everyone, > In OVS when I apply *group* as action instead of *output:port* and issue > *ovs-ofctl*, the respective flow table entry shows *action=drop*. > Try: ovs-ofctl -O OpenFlow13 dump-flows $bridge_name > Despite the fact that it works

Re: [ovs-discuss] Assign static ip to OVS bridge

2016-06-16 Thread Guru Shetty
On 16 June 2016 at 06:04, John Chludzinski wrote: > I have a small box running RHEL 7.1 hosting the OVS 2.5 bridge/switch with > ALL of its interfaces in the bridge. And I have several boxes, again > running RHEL 7.1, plugged into the bridge-box's interfaces. > > I also need to be able to communi

Re: [ovs-discuss] Assign static ip to OVS bridge

2016-06-16 Thread james hopper
Hey, If you have created the bridge from OVS, treat it as a normal linux interface. You can configure it from interface file. Sent: Thursday, June 16, 2016 at 6:04 AM From: "John Chludzinski" To: discuss@openvswitch.org Subject: Re: [ovs-discuss] Assign static ip to OVS bridge I have a small

Re: [ovs-discuss] Assign static ip to OVS bridge

2016-06-16 Thread John Chludzinski
I have a small box running RHEL 7.1 hosting the OVS 2.5 bridge/switch with ALL of its interfaces in the bridge. And I have several boxes, again running RHEL 7.1, plugged into the bridge-box's interfaces. I also need to be able to communicate with the bridge-box --- but all of its interfaces ar

[ovs-discuss] Assign static ip to OVS bridge

2016-06-16 Thread John Chludzinski
How can I assign a static ip-address to an OVS bridge? ---John ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Group Action display

2016-06-16 Thread james hopper
Hey everyone, In OVS when I apply group as action instead of output:port and issue ovs-ofctl, the respective flow table entry shows action="">. Despite the fact that it works perfectly fine and I can see port counters and group counters increaseing as the respective entry triggers the group action

Re: [ovs-discuss] Rule Table Entries

2016-06-16 Thread Tooba Ahsen
Is there a way to measure it accurately? or a command that can be run on ovs, that gives you information about memory usage? > Subject: Re: [ovs-discuss] Rule Table Entries > From: jpet...@ovn.org > Date: Wed, 15 Jun 2016 23:29:35 -0700 > CC: discuss@openvswitch.org > To: tooba-f...@hotmail.com