diff options
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface.h b/interface.h index b8c9cad..0c56b36 100644 --- a/interface.h +++ b/interface.h @@ -59,7 +59,9 @@ struct interface_ip_settings { bool enabled; bool no_defaultroute; bool no_dns; + uint8_t assignment_length; + int32_t assignment_hint; struct vlist_tree addr; struct vlist_tree route; |