diff options
Diffstat (limited to 'pingu_netlink.h')
-rw-r--r-- | pingu_netlink.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pingu_netlink.h b/pingu_netlink.h index 95fb6f3..bb9907f 100644 --- a/pingu_netlink.h +++ b/pingu_netlink.h @@ -6,5 +6,7 @@ int kernel_init(struct ev_loop *loop); int kernel_route_modify(int action, struct pingu_gateway *route, - struct pingu_iface *iface, int table); + struct pingu_iface *iface, int table); +int kernel_route_multipath(int action, struct list_head *iface_list, int table); + #endif |