summaryrefslogtreecommitdiff
path: root/interface-ip.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-05 05:53:07 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-09-05 05:53:07 +0200
commit409adfc2256d483b43b4cf92025e575212ea3372 (patch)
treedeb90e5b3a5718f77d0c4027510894f9587c4b9a /interface-ip.h
parent818abd9f2f42c36a0f91ff6d29a9a635398216e0 (diff)
downloadnetifd-409adfc2256d483b43b4cf92025e575212ea3372.tar.gz
free routes and addresses
Diffstat (limited to 'interface-ip.h')
-rw-r--r--interface-ip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-ip.h b/interface-ip.h
index 2f5cf85..e83e327 100644
--- a/interface-ip.h
+++ b/interface-ip.h
@@ -31,6 +31,7 @@ struct device_route {
void *ctx;
enum device_addr_flags flags;
+ bool keep;
unsigned int mask;
union if_addr addr;