From 78f7022bed26685f49dcbf7a5ab2489106bc1300 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 9 Sep 2011 11:32:54 +0200 Subject: pingu_netlink: delete the exact multipath we created We need to keep track how we created the multipath and delete the corresponding. --- pingu_iface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pingu_iface.h') diff --git a/pingu_iface.h b/pingu_iface.h index 154e972..7d3ad4c 100644 --- a/pingu_iface.h +++ b/pingu_iface.h @@ -17,6 +17,7 @@ struct pingu_iface { int has_address; int has_binding; int has_route_rule; + int has_multipath; int balance; int balance_weight; int fd; -- cgit v1.2.3