diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-09 11:32:54 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-09 11:49:15 +0200 |
commit | 78f7022bed26685f49dcbf7a5ab2489106bc1300 (patch) | |
tree | fab67a398f63d49efb0b34809adb7bbcaecf39ef /pingu_iface.h | |
parent | 3236826dd6ae7f441f166ed1c58ffa328fc3b728 (diff) | |
download | pingu-78f7022bed26685f49dcbf7a5ab2489106bc1300.tar.bz2 pingu-78f7022bed26685f49dcbf7a5ab2489106bc1300.tar.xz |
pingu_netlink: delete the exact multipath we created
We need to keep track how we created the multipath and delete the
corresponding.
Diffstat (limited to 'pingu_iface.h')
-rw-r--r-- | pingu_iface.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |