On 4/17/13 8:03 PM, Ben Pfaff wrote:
+ovs-ofctl add-flows br0 - <<'EOF'
+table=4 reg0=0 priority=99 dl_vlan=20 actions=1,strip_vlan,2
+table=4 reg0=0 priority=99 dl_vlan=30 actions=1,strip_vlan,3,4
+table=4 reg0=0 priority=50actions=1
+EOF
Wouldn't the last flow (table=4
On 8/1/12 2:15 PM, Ben Pfaff wrote:
On Thu, Jul 26, 2012 at 10:27:07PM -0700, Ben Pfaff wrote:
Signed-off-by: Ben Pfaff
Anyone want to read this? It shouldn't take long.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinf
On 8/20/12 1:06 PM, mvpb...@iol.pt wrote:
I try to aply this rate-limit:
#ovs-vsctl set Interface eth0 ingress_policing_rate=1000
#ovs-vsctl set Interface eth0 ingress_policing_burst=100
and also this:
#ovs-vsctl set Interface eth1 ingress_policing_rate=1000
#ovs-vsctl set Interface eth1 ingres
On 3/15/12 2:05 PM, Ben Pfaff wrote:
I'm pretty sure that the "bundle" action can output to a bond. Ethan?
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Yep, in here we use bundle to output to a bond*
*ovs-ofct
On 3/15/12 3:34 PM, Ethan Jackson wrote:
No, the bundle does not output to a bond. It outputs to a group of
ports analogous to an OpenFlow 1.1 group. I don't recommend using it
as it doesn't go through the standard bonding code and thus may
exhibit unexpected behavior.
Ethan
Good to know.
I
On 4/9/12 5:09 PM, Nikhil wrote:
Hello Friends,
Kindly help me in understanding how OpenvSwtich Quantum Plugin gets
MAC address?
I checked the '/ovs_quantum'/ database, none of the tables persist
MAC address. Where as OVS do have this information (Interface table
ofexternal_ids). Please e
On 5/22/12 3:12 PM, ravi.ke...@telekom.com wrote:
Thanks Ben. I have addressed all your previous comments with one exception of
adding ofpbuf_* common function. I haven't worked on the patch since mid April,
will work on it after I receive additional comments on the latest patch.
Please note t
On 5/23/12 11:50 AM, Phan Xuan Thien wrote:
- Can we deploy an OpenFlow network with multiple Controllers over
multiple network Domains, each Controller manage a subset of OF
Switches? (Can we deploy an OpenFlow network in which some OF Switches
of this network connect to a Controller ( call
On 5/16/12 11:47 PM, Jesse Gross wrote:
On Wed, May 16, 2012 at 7:45 PM, Ben Pfaff wrote:
I would expect that only a host kernel bug (inside or outside the OVS
kernel module) would cause a host kernel panic and reboot, so I am
surprised at the idea that a bug in Xen tools (in the guest) would c
On 5/25/12 11:05 AM, Jesse Gross wrote:
No, the caller will perform that check. rpl_skb_gso_segment() is a
compatibility replacement for skb_gso_segment() on older kernels. It
needs to return a pointer, not an error code.
Hmmm... Yea, Im trying to do some debug on this.
I did the objdump, I
On 5/24/12 1:40 PM, ravi.ke...@telekom.com wrote:
Thanks Luiz, Please update on your test results.
I'm trying to compile it on the XenServer DDK release 6.0.2-53456p
(xenenterprise) and I'm getting a compilation error:
http://pastebin.com/0XhaAyB6
/* Handle VLAN-QinQ/MPLS, VLAN/MPLS e
On 5/25/12 5:31 PM, Jesse Gross wrote:
On Fri, May 25, 2012 at 11:59 AM, Luiz Ozaki wrote:
On 5/25/12 11:05 AM, Jesse Gross wrote:
No, the caller will perform that check. rpl_skb_gso_segment() is a
compatibility replacement for skb_gso_segment() on older kernels. It needs
to return a pointer
On 7/5/12 12:26 PM, trinh tri wrote:
But in fact in my openvswitch, there are 3 physical ports. I would
like to ask how can I realize which physical port that the above flows
belong to
Try using sflow, I think it exports the port information.
More info:
http://blog.sflow.com/2011/10/compari
13 matches
Mail list logo