Re: [ovs-discuss] Need help to ovs bridge with VLAN interaces

2014-06-05 Thread Ben Pfaff
Please don't drop the list. You didn't show us your tunnel ports. Your original message doesn't even include the word "tunnel". Please explain your actual configuration, we can't be expected to just guess. On Fri, Jun 06, 2014 at 07:19:22AM +0530, Palaniappan Ramaswamy wrote: > Thanks, I have t

Re: [ovs-discuss] Need help to ovs bridge with VLAN interaces

2014-06-05 Thread Ben Pfaff
On Wed, Jun 04, 2014 at 07:53:29PM +0530, Palaniappan Ramaswamy wrote: > [root@sys-174-06 packets]# ovs-vsctl show > b6a91946-77c2-4dab-b43f-8e4ddebf28d9 > Bridge VBR > Port "VBR.20" > tag: 20 > Interface "VBR.20" > Port "VBR.10" > tag: 10 >

[ovs-discuss] Need help to ovs bridge with VLAN interaces

2014-06-05 Thread Palaniappan Ramaswamy
Hello All, We are planning to use openvswitch as regular switch for the following scenario, Packets receiving on the bridge should be forwared to virtual interface created on top of openVswitch VBR based on the VLAN. Our software application needs to send packets to a virtual interface which in t

Re: [ovs-discuss] Modified OpenVswitch init script for OpenWrt blocking boot

2014-06-05 Thread Gurucharan Shetty
On Thu, Jun 5, 2014 at 8:00 AM, Gurucharan Shetty wrote: > On Thu, Jun 5, 2014 at 7:41 AM, Alison Chan wrote: >> Hello, >> >> I'm trying to write an init script for OpenWrt that will regenerate >> OpenVswitch configuration every boot based on a uci config file. The >> first step to this is regene

Re: [ovs-discuss] Modified OpenVswitch init script for OpenWrt blocking boot

2014-06-05 Thread Gurucharan Shetty
On Thu, Jun 5, 2014 at 7:41 AM, Alison Chan wrote: > Hello, > > I'm trying to write an init script for OpenWrt that will regenerate > OpenVswitch configuration every boot based on a uci config file. The > first step to this is regenerating it every boot based on some > variables in the init script

[ovs-discuss] Modified OpenVswitch init script for OpenWrt blocking boot

2014-06-05 Thread Alison Chan
Hello, I'm trying to write an init script for OpenWrt that will regenerate OpenVswitch configuration every boot based on a uci config file. The first step to this is regenerating it every boot based on some variables in the init script. However, when I add these variables into the init script, it

[ovs-discuss] wireless interfaces and bridges

2014-06-05 Thread samantha Andares
Hi all, I read the folloing in the FAQ: "Q: I can't seem to use Open vSwitch in a wireless network. A: Wireless base stations generally only allow packets with the source MAC address of NIC that completed the initial handshake. Therefore, without MAC rewriting, only a single device can

[ovs-discuss] Filtering out tcp packets through ovs switch and sending it to controller

2014-06-05 Thread Arpit Kumar
Hi all, I have machines set up (say m1 and m2) and an external openflow controller (say C). I have an ovs-switch on m1 which has some flow rules and the machine m2 is sending tcp packets to m1 via the ovs switch. When the flow rules are ip, nw_src=, actions=NORMAL,CONTROLLE