diff options
author | Steven Barth <steven@midlink.org> | 2015-04-10 13:52:00 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-04-10 13:52:00 +0200 |
commit | e23972527f93a3d2a5412400384519ff550708b7 (patch) | |
tree | de695a9029e4784ace97d017fbf0b36458cd96c5 /src/odhcpd.h | |
parent | 9bdbc5a4be1ab75145431bc728159a55c723e2ca (diff) |
ra: always send current hop limit
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index 21dc99f..5944661 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -186,7 +186,7 @@ ssize_t odhcpd_get_interface_addresses(int ifindex, struct odhcpd_ipaddr *addrs, size_t cnt); int odhcpd_get_preferred_interface_address(int ifindex, struct in6_addr *addr); struct interface* odhcpd_get_interface_by_name(const char *name); -int odhcpd_get_interface_mtu(const char *ifname); +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); |