X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif.c;h=be7f807d5af7d013223ff87c6a55612082a4c342;hb=0c20dbe410f011354dda72e1534b4070e77603d4;hp=67c21f54cad443994d26be2104a2aaaa3e04571b;hpb=ee1afdd55567263f8a10f9bff3e5ae6fc8e42fdb;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 67c21f54c..be7f807d5 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -4308,6 +4308,11 @@ rule_dpif_is_fail_open(const struct rule_dpif *rule) { return is_fail_open_rule(&rule->up); } + +bool +rule_dpif_is_table_miss(const struct rule_dpif *rule) +{ + return rule_is_table_miss(&rule->up); } ovs_be64