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 /if-options.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 'if-options.h')
| -rw-r--r-- | if-options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/if-options.h b/if-options.h index 98c2f951..39c390f3 100644 --- a/if-options.h +++ b/if-options.h @@ -77,6 +77,7 @@ struct if_options { uint8_t requestmask[256 / 8]; uint8_t requiremask[256 / 8]; uint8_t nomask[256 / 8]; + uint8_t dstmask[256 / 8]; uint32_t leasetime; time_t timeout; time_t reboot; |
