aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_netlink.h
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-09-07 13:40:48 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2011-09-07 13:40:48 +0200
commit5721a306b0140fab29447f72c64e4428bbc7fe16 (patch)
tree14e53c0ab5966fd58030e82c27d7b740ef71d5d5 /pingu_netlink.h
parentb93d20680b379e2d13091a055eb61ed4b2e06e3b (diff)
downloadpingu-5721a306b0140fab29447f72c64e4428bbc7fe16.tar.bz2
pingu-5721a306b0140fab29447f72c64e4428bbc7fe16.tar.xz
pingu_{iface,netlink}: only remove route rules that we actually created
Diffstat (limited to 'pingu_netlink.h')
-rw-r--r--pingu_netlink.h2
1 files changed, 1 insertions, 1 deletions
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