diff options
Diffstat (limited to 'interface-ip.h')
-rw-r--r-- | interface-ip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-ip.h b/interface-ip.h index f24b0ec..bbef62c 100644 --- a/interface-ip.h +++ b/interface-ip.h @@ -110,6 +110,8 @@ struct device_addr { bool failed; unsigned int policy_table; + struct device_route subnet; + /* ipv4 only */ uint32_t broadcast; uint32_t point_to_point; |