X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface-ip.h;h=e983a840b1b9aaf24cc8e54357aa42d18d5ea5ac;hp=112c61b0d7216253ef61d1e1a5f6d34165514830;hb=9fe20c8cbc4249c13d6f305adc91f4bc695f7c23;hpb=8fb283ca6f9fda0b6cd01a2c7fb6e01ac3c44886 diff --git a/interface-ip.h b/interface-ip.h index 112c61b..e983a84 100644 --- a/interface-ip.h +++ b/interface-ip.h @@ -27,7 +27,8 @@ struct device_addr { enum device_addr_flags flags; bool enabled; - struct device *device; + /* ipv4 only */ + uint32_t broadcast; /* must be last */ unsigned int mask; @@ -42,7 +43,6 @@ struct device_route { bool keep; union if_addr nexthop; - struct device *device; int metric; int mtu;