Re: [ovs-discuss] Best way to implement a partial wildcard match?

2012-05-15 Thread Ben Pfaff
On Wed, May 16, 2012 at 11:31:38AM +0800, YIMIN CHEN wrote: > I am looking at a way to perform a flow match based on src mac, but > only part of it, say the first 4 bytes of the mac address. Can I do > similar things like nw_src_mask/nw_dst_mask? > > /* Information on wildcards for a flow, as a su

[ovs-discuss] Best way to implement a partial wildcard match?

2012-05-15 Thread YIMIN CHEN
Hi, I am looking at a way to perform a flow match based on src mac, but only part of it, say the first 4 bytes of the mac address. Can I do similar things like nw_src_mask/nw_dst_mask? /* Information on wildcards for a flow, as a supplement to flow_t. */ struct flow_wildcards { uint32_t wildc

Re: [ovs-discuss] Open vSwitch and SNMP

2012-05-15 Thread Ben Pfaff
On Tue, May 15, 2012 at 04:34:50PM +0200, Maxime JÉGO wrote: > Among features on openvswitch.org, i don't see SNMP. In your > documentation, i haven't how it is possible to integrate snmp on open > vSwitch. You can use a separate SNMP daemon. ___ discuss

[ovs-discuss] Open vSwitch and SNMP

2012-05-15 Thread Maxime JÉGO
Hello everybody, Among features on openvswitch.org, i don't see SNMP. In your documentation, i haven't how it is possible to integrate snmp on open vSwitch. Thank's Maxime. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailma

Re: [ovs-discuss] br0 dropping VLAN 0 packets and internal port br0

2012-05-15 Thread Dietrich, Stefan
On Mo, 2012-05-14 at 09:53 -0700, Ben Pfaff wrote: > On Fri, May 11, 2012 at 12:42:38PM +0200, Dietrich, Stefan wrote: > > But I am getting this error very often in my ovs-vswitchd.log: > > May 11 09:57:27|03042|ofproto_dpif|WARN|bridge br0: dropping VLAN 0 > > packet received on port bond0 not con