mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
ovs-router: non-Linux support
Refactor ovs-router so that it can work with non-Linux platforms at least in some extent, using the existing route-table code as a fallback. Known restriction: for such platforms, "ovs/router/show" command does not show "Cached" kernel routes. Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Acked-by: Pravin B Shelar <pshelar@nicira.com>
This commit is contained in:
@@ -29,5 +29,6 @@ uint64_t route_table_get_change_seq(void);
|
||||
void route_table_init(void);
|
||||
void route_table_run(void);
|
||||
void route_table_wait(void);
|
||||
bool route_table_fallback_lookup(ovs_be32, char [], ovs_be32 *);
|
||||
|
||||
#endif /* route-table.h */
|
||||
|
||||
Reference in New Issue
Block a user