netdev-dummy: Allow injecting traffic.
[openvswitch] / lib / route-table.h
index e7e1921a4cbb93359b81dc6156161639020451d8..534350c8ca5a83df6c72c3cf1007dd1e1ddfc5bb 100644 (file)
 #ifndef ROUTE_TABLE_H
 #define ROUTE_TABLE_H 1
 
+#include <net/if.h>
 #include <stdbool.h>
 #include <stdint.h>
 
 #include "openvswitch/types.h"
 
 bool route_table_get_ifindex(ovs_be32 ip, int *ifindex);
+bool route_table_get_name(ovs_be32 ip, char name[IFNAMSIZ]);
 void route_table_register(void);
 void route_table_unregister(void);
 void route_table_run(void);