diff options
| author | Roy Marples <roy@marples.name> | 2009-03-19 17:52:12 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-03-19 17:52:12 +0000 |
| commit | 1abffd5ba55b4e4a2a149001a33349ef39139457 (patch) | |
| tree | 48da83c4a9a64018cfc66e5566531361b7260a9b /configure.h | |
| parent | 194b1fcb081f274e5759158267bf930f1bf57708 (diff) | |
| download | dhcpcd-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.h | 1 |
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 |
