summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.h
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2019-03-21 14:43:52 +0100
committerHans Dedecker <dedeckeh@gmail.com>2019-03-21 15:41:39 +0100
commitb0769168ccdc25a94e691540737b72914fef7784 (patch)
treefd1652f3659a9f3c6c8187016cceb98804e92d1f /src/odhcpd.h
parente4a24dcb5aa48fdace3d6482db262bde9969b5bb (diff)
dhcpv6/router: add support for mutiple master interfaces
Support multiple master interfaces for dhcpv6 and ra; it allows to forward dhcpv6 mesaages and RS on multiple upstream links Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r--src/odhcpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h
index 38ee020..80f416d 100644
--- a/src/odhcpd.h
+++ b/src/odhcpd.h
@@ -332,7 +332,6 @@ int odhcpd_get_interface_dns_addr(const struct interface *iface,
int odhcpd_get_interface_config(const char *ifname, const char *what);
int odhcpd_get_mac(const struct interface *iface, uint8_t mac[6]);
struct interface* odhcpd_get_interface_by_index(int ifindex);
-struct interface* odhcpd_get_master_interface(void);
int odhcpd_urandom(void *data, size_t len);
void odhcpd_run(void);