bridge: Factor admissibility check out of process_flow().
authorBen Pfaff <blp@nicira.com>
Thu, 15 Apr 2010 23:43:10 +0000 (16:43 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 16 Apr 2010 16:53:09 +0000 (09:53 -0700)
commit14a34d00add5b3d39937015f2fb4b2e800fd9f2d
treef48fd3d3291df8e63495611a654180cc0379aed1
parent1609aa03102118be8448fc21c818e159ef52e253
bridge: Factor admissibility check out of process_flow().

The next commit will need to make the same tests as the first part of
process_flow(), so this commit breaks that out into a new function
is_admissible().

Should have no externally visible effect.
vswitchd/bridge.c