ovn: Reduce range of ACL priorities.
authorJustin Pettit <jpettit@nicira.com>
Mon, 19 Oct 2015 22:41:34 +0000 (15:41 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 19 Oct 2015 23:43:53 +0000 (16:43 -0700)
commit6bb4a18e6c34180f42d3f55b91ac884e1b1a2da9
tree62102feee75721cfe3bac354ad97797cce0fc90f
parent5f8c05ad9da5a6e2cbadd0b1ae74a4b2f24e62ea
ovn: Reduce range of ACL priorities.

To implement stateful ACLs, we've needed to reserve multiple logical
flow priorities in the ACL table.  Rather than continue to have a
strange range of ACL priorities, we'll make ACL priority range 0 to
32767 and then offset them by 1000 when inserting them into the logical
flow table.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ovn/northd/ovn-northd.c
ovn/ovn-nb.ovsschema
ovn/ovn-nb.xml
ovn/utilities/ovn-nbctl.c