X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=blobdiff_plain;f=ofproto%2Fofproto-dpif.h;h=d4ad624b15c467aa8f7cb9d66456c43bcb82d25a;hp=b2b18c7c7bc9827707bec3aaad92cf7a4ba586d5;hb=56c091ec8cb20fb00f8af0e9a3f8b381ecaae03d;hpb=d4e781981a769acd59108c5db062980b71a1cc50 diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h index b2b18c7c7..d4ad624b1 100644 --- a/ofproto/ofproto-dpif.h +++ b/ofproto/ofproto-dpif.h @@ -111,6 +111,8 @@ static inline bool rule_dpif_is_internal(const struct rule_dpif *); uint8_t rule_dpif_get_table(const struct rule_dpif *); +bool table_is_internal(uint8_t table_id); + const struct rule_actions *rule_dpif_get_actions(const struct rule_dpif *); ovs_be64 rule_dpif_get_flow_cookie(const struct rule_dpif *rule);