ofproto-dpif: Add table_is_internal() helper
[sliver-openvswitch.git] / ofproto / ofproto-dpif.h
index b2b18c7..d4ad624 100644 (file)
@@ -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);