From b8496d9a1211144b86eade1a8617e58e20d13eaa Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 15 Aug 2011 17:00:47 +0200 Subject: pingu: implement load balancing with nexthops We do loadbalancing by creating a new default gw with nexthops --- pingu_netlink.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pingu_netlink.h') 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 -- cgit v1.2.3