Re: [ovs-discuss] Query regarding arp packet

2011-10-31 Thread junaid khalid
On Mon, Oct 31, 2011 at 11:07 AM, Ben Pfaff wrote: > On Sat, Oct 29, 2011 at 01:36:33AM -0700, junaid khalid wrote: > > I have an issue regarding the ARP packet. I am generating an arp request > > from my controller with the source Mac address same as of my NIC. I > didn't > > receive its reply o

Re: [ovs-discuss] Open-vswitch network configuration on Debian

2011-10-31 Thread Ben Pfaff
On Fri, Oct 28, 2011 at 01:21:39AM +0200, Hans van Kranenburg wrote: > An ovs-only solution could be to facilitate an init-script that > calls ifup for all interfaces that are added by ovs during boot, and > calls ifdown for them before shutting down ovs. Or even not a > separate init-script, but t

Re: [ovs-discuss] Query regarding arp packet

2011-10-31 Thread Ben Pfaff
On Sat, Oct 29, 2011 at 01:36:33AM -0700, junaid khalid wrote: > I have an issue regarding the ARP packet. I am generating an arp request > from my controller with the source Mac address same as of my NIC. I didn't > receive its reply on the controller even though my machine receives the > reply pa

Re: [ovs-discuss] Packet Out with mod_dl_dst results in packets disappearing.

2011-10-31 Thread Ben Pfaff
On Mon, Oct 31, 2011 at 03:37:53PM +0900, Jari Sundell wrote: > While working on a project I encountered some weird behavior, which > I'm unsure if is a bug or a mistake on my part. (Running on ovs pulled > from git a week or so ago) > > The controller attempts pass a packet to OFPP_LOCAL, with in

Re: [ovs-discuss] Support for tap interfaces broken

2011-10-31 Thread Ben Pfaff
On Mon, Oct 31, 2011 at 02:42:42PM +0100, Janis Hamme wrote: > It seems to me that the support for interfaces with type=tap is broken. > I tried to use them with version 1.2.2 on Debian testing. Oops. Sorry about that. We hardly ever use this feature internally so it tends to get broken from tim

Re: [ovs-discuss] precedence of QoS

2011-10-31 Thread Ben Pfaff
I think that you could get that effect with the HTB qdisc if you set a small min-rate for each queue, a high max-rate, and then use the priority setting to control precedence. You can use other qdiscs that support precedence, if you like, too, it's just that OVS doesn't have built-in support for c

Re: [ovs-discuss] precedence of QoS

2011-10-31 Thread Shan Hu
In the description,it is like this: Strict Precedence: * A flow is assigned a precedence level. (Default: four levels?). A queue at a given precedence level is only served if all the queues with higher precedence are empty. Shan - Original Message - From: "Ben Pfaff" To: "Shan H

Re: [ovs-discuss] newbie vswitchd question: bridge in ovsdb vs. bridge in ovs-ofctl?

2011-10-31 Thread Ben Pfaff
On Sun, Oct 30, 2011 at 11:38:26AM -0700, Rob Sherwood wrote: > So, this all seems correct, but when I issue a command using > ovs-ofctl, it can't find the bridge with the same name: > > root@ubuntu:~# ovs-ofctl show switch1 > ovs-ofctl: switch1 is not a bridge or a socket > > which makes sense b

Re: [ovs-discuss] precedence of QoS

2011-10-31 Thread Ben Pfaff
On Mon, Oct 31, 2011 at 12:11:40PM -0500, Shan Hu wrote: > Is there a way to implement the Strict Precedence of QoS primitives > in current verison kernel ovs? Will you define "Strict Precedence of QoS", please? ___ discuss mailing list discuss@openvswit

Re: [ovs-discuss] a question about xlate_actions

2011-10-31 Thread Ben Pfaff
On Sat, Oct 29, 2011 at 01:09:17PM -0700, danderson415 wrote: > I am reading ovs code(1.1.0pre2). In ofproto.c function xlate_actions(), it > translates ofp actions to odp actions. What I am confused about is why it > set the fields in rule.cr.flow? I think rule.cr.flow stores the flow key > for ma

[ovs-discuss] precedence of QoS

2011-10-31 Thread Shan Hu
Is there a way to implement the Strict Precedence of QoS primitives in current verison kernel ovs? thanks and regards, Shan ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] RFC: RedHat net-scripts for Open vSwitch

2011-10-31 Thread Ben Pfaff
On Thu, Oct 13, 2011 at 02:35:24PM +0400, Alexey I. Froloff wrote: > I've been using openvswitch on RHEL for a while. I don't like > rc.local stuff, so I created ifup/ifdown scripts for initscripts > package for configuring interface in RedHat-way. > > Before submitting patch to openvswitch, I'd

[ovs-discuss] Support for tap interfaces broken

2011-10-31 Thread Janis Hamme
It seems to me that the support for interfaces with type=tap is broken. I tried to use them with version 1.2.2 on Debian testing. When i do ovs-vsctl add-br br0 ovs-vsctl add-port br0 tap0 ovs-vsctl set Interface tap0 type=tap i would expect that a tap interface with name tap0 is cr