From 5721a306b0140fab29447f72c64e4428bbc7fe16 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 7 Sep 2011 13:40:48 +0200 Subject: pingu_{iface,netlink}: only remove route rules that we actually created --- pingu_netlink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pingu_netlink.h') diff --git a/pingu_netlink.h b/pingu_netlink.h index 3298964..be21b85 100644 --- a/pingu_netlink.h +++ b/pingu_netlink.h @@ -8,7 +8,7 @@ int kernel_init(struct ev_loop *loop); int kernel_route_modify(int action, struct pingu_gateway *route, struct pingu_iface *iface, int table); int kernel_route_multipath(int action, struct list_head *iface_list, int table); -void kernel_cleanup_iface(struct pingu_iface *iface); +void kernel_cleanup_iface_routes(struct pingu_iface *iface); void kernel_close(void); #endif -- cgit v1.2.3