summaryrefslogtreecommitdiffstats
path: root/configure.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-03-19 17:52:12 +0000
committerRoy Marples <roy@marples.name>2009-03-19 17:52:12 +0000
commit1abffd5ba55b4e4a2a149001a33349ef39139457 (patch)
tree48da83c4a9a64018cfc66e5566531361b7260a9b /configure.h
parent194b1fcb081f274e5759158267bf930f1bf57708 (diff)
downloaddhcpcd-1abffd5ba55b4e4a2a149001a33349ef39139457.tar.xz
We can now detected primary addresses added or changed in BSD.
As such, we can wait for a 3RDPARTY to configure the interface, such as PPP. We can then take the destination addess and automatically give it a default route or any other DHCP option such as DNS servers. This addresses #159.
Diffstat (limited to 'configure.h')
-rw-r--r--configure.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.h b/configure.h
index d103b6e5..58b78026 100644
--- a/configure.h
+++ b/configure.h
@@ -32,6 +32,7 @@
int send_interface(int, const struct interface *);
int run_script(const struct interface *);
+void build_routes(void);
int configure(struct interface *);
int route_deleted(const struct rt *);
#endif