datapath: Validate ToS when flow is added.
authorJesse Gross <jesse@nicira.com>
Fri, 12 Mar 2010 21:05:25 +0000 (16:05 -0500)
committerJesse Gross <jesse@nicira.com>
Mon, 15 Mar 2010 19:44:41 +0000 (15:44 -0400)
commit3c5f6de3856fa47aa184ca389dcb8d4fcc13d29a
tree89770c998dff68c85f3e90896c726a79fc6f2022
parentf5e86186f3ca8cd66a1a5a923417fb60af154447
datapath: Validate ToS when flow is added.

Check that the ToS is valid when the flow is added, not every time
it is used.
datapath/actions.c
datapath/datapath.c
datapath/flow.c
lib/dpif-netdev.c