On Tue, Jul 01, 2014 at 11:05:15AM -0700, Ben Pfaff wrote:
> On Tue, Jul 01, 2014 at 01:57:17PM -0400, Jason Thorpe wrote:
> 
> > if I have a rule, nw_src=192.168.0.0/16 and a specific rule,
> > nw_src=192.168.0.1/32 and a packet comes from 192.168.0.1, which
> > rule will it match? the /16 or /32? I want to match the 192.168.0.1
> > packet even if I have both rules
> 
> If a packet can match two rules, use priority to disambiguate.
> Otherwise the behavior is undefined.

Isn't the more specific one first?

fbl
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to