diff options
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; |