X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Froute-table.h;h=6403b6df37e4367318d26314a9316715a560fa63;hb=f40869bdf6feca4d3ff7c59a1fb1f7ac101bc967;hp=e7e1921a4cbb93359b81dc6156161639020451d8;hpb=a132aa969e44d563df76f783935d48057e9378b2;p=sliver-openvswitch.git diff --git a/lib/route-table.h b/lib/route-table.h index e7e1921a4..6403b6df3 100644 --- a/lib/route-table.h +++ b/lib/route-table.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Nicira Networks. + * Copyright (c) 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,12 +17,16 @@ #ifndef ROUTE_TABLE_H #define ROUTE_TABLE_H 1 +#include +#include +#include #include #include #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);