summaryrefslogtreecommitdiffhomepage
path: root/interface-ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface-ip.h')
-rw-r--r--interface-ip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/interface-ip.h b/interface-ip.h
index f6413ee..e983a84 100644
--- a/interface-ip.h
+++ b/interface-ip.h
@@ -27,6 +27,9 @@ struct device_addr {
enum device_addr_flags flags;
bool enabled;
+ /* ipv4 only */
+ uint32_t broadcast;
+
/* must be last */
unsigned int mask;
union if_addr addr;