datapath: Fix typo in flow validation logic.
authorJesse Gross <jesse@nicira.com>
Fri, 9 Aug 2013 22:27:27 +0000 (15:27 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 9 Aug 2013 22:54:42 +0000 (15:54 -0700)
commit6273244ac740f54d46163a169836544373d594d0
tree0ed22936290a25e5a5773d61708ba1b3eeb95aa8
parent1cad56e16cc4cc62d97ef9cd40d636a1167a3e27
datapath: Fix typo in flow validation logic.

A bit shift operation is using the value '11' instead of '1' as the
starting value. This only makes validation weaker than it should be
so unless userspace is trying to install an invalid flow there will
be no effect.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>
datapath/flow.c