diff options
| author | Roy Marples <roy@marples.name> | 2010-03-05 15:47:46 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2010-03-05 15:47:46 +0000 |
| commit | d274a5320bd88618e6ba37da5f0dc4197dec56d8 (patch) | |
| tree | 613541cc75bc3a0aea57b45fafb0a44b9054d423 /dhcpcd.c | |
| parent | fdbeed3d2b936cab9825d30338abadd12eec99aa (diff) | |
| download | dhcpcd-d274a5320bd88618e6ba37da5f0dc4197dec56d8.tar.xz | |
Set the broadcast flag for interfaces that say they need it.
Diffstat (limited to 'dhcpcd.c')
| -rw-r--r-- | dhcpcd.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -765,6 +765,9 @@ configure_interface1(struct interface *iface) uint8_t *duid; size_t len = 0, ifl; + /* Do any platform specific configuration */ + if_conf(iface); + if (iface->flags & IFF_POINTOPOINT && !(ifo->options & DHCPCD_INFORM)) ifo->options |= DHCPCD_STATIC; if (iface->flags & IFF_NOARP || |
