ofproto-dpif: Allow OpenFlow rules that have facets to expire.
authorBen Pfaff <blp@nicira.com>
Thu, 2 Feb 2012 01:08:28 +0000 (17:08 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 27 Feb 2012 17:51:42 +0000 (09:51 -0800)
commit8ea6ac3ed262114148adf44a89c68fb36d132c29
tree63627de0ba2f62f3169522f100bc45644c01bd0a
parentd8256121c4ca1b7d0deb756f69acb9585e0dc005
ofproto-dpif: Allow OpenFlow rules that have facets to expire.

At one time (before facets were called facets), the existence of a facet
implied that its parent rule was not idle.  This is no longer true, so
remove the check.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c