summaryrefslogtreecommitdiff
path: root/lib/netdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/netdev.h')
-rw-r--r--lib/netdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/netdev.h b/lib/netdev.h
index 87fa32a4a..557236646 100644
--- a/lib/netdev.h
+++ b/lib/netdev.h
@@ -179,6 +179,8 @@ int netdev_flow_get(struct netdev *, struct match *, struct nlattr **actions,
int netdev_flow_del(struct netdev *, const ovs_u128 *,
struct dpif_flow_stats *);
int netdev_init_flow_api(struct netdev *);
+bool netdev_is_flow_api_enabled(void);
+void netdev_set_flow_api_enabled(const struct smap *ovs_other_config);
/* native tunnel APIs */
/* Structure to pass parameters required to build a tunnel header. */