diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-05 05:53:07 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-05 05:53:07 +0200 |
commit | 409adfc2256d483b43b4cf92025e575212ea3372 (patch) | |
tree | deb90e5b3a5718f77d0c4027510894f9587c4b9a /interface-ip.h | |
parent | 818abd9f2f42c36a0f91ff6d29a9a635398216e0 (diff) |
free routes and addresses
Diffstat (limited to 'interface-ip.h')
-rw-r--r-- | interface-ip.h | 1 |
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; |