X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-provider.h;h=dd10f3a2ea4bc0eaaf71d0c36a179e65dc1f8885;hb=32260212a0687b6d14544a93a17363683bf41ea5;hp=28223fea78ff04318590bd95348e02c6258008a7;hpb=527ae97e8ea064c2838c5fed4eb71a43c0bd4367;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-provider.h b/ofproto/ofproto-provider.h index 28223fea7..dd10f3a2e 100644 --- a/ofproto/ofproto-provider.h +++ b/ofproto/ofproto-provider.h @@ -421,6 +421,7 @@ rule_is_table_miss(const struct rule *rule) { return rule->cr.priority == 0 && cls_rule_is_catchall(&rule->cr); } +bool rule_is_internal(const struct rule *); /* A set of actions within a "struct rule". *