diff options
author | Steven Barth <steven@midlink.org> | 2015-08-20 10:42:02 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-08-20 10:42:02 +0200 |
commit | b564819c4856b666e0a7d40b6f25ba84c120bcd7 (patch) | |
tree | ae9cd6bb55c526d9ce9c90c44bf8ae46d0079f10 /src/odhcpd.h | |
parent | fbe87a359cbe58c56ae56d7aac4f8e337e5c1ec6 (diff) |
Revert "RFC: dhcpv4 support openwrt alias ip addr"
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index 759fb04..ab24674 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -146,8 +146,6 @@ struct interface { int ra_maxinterval; // DHCPv4 - struct in_addr dhcpv4_addr; - struct in_addr dhcpv4_mask; struct in_addr dhcpv4_start; struct in_addr dhcpv4_end; struct in_addr *dhcpv4_router; @@ -213,8 +211,6 @@ int init_ubus(void); const char* ubus_get_ifname(const char *name); void ubus_apply_network(void); bool ubus_has_prefix(const char *name, const char *ifname); -const char* ubus_get_address4(const char *name); -int ubus_get_mask4(const char *name); #endif |