start_interface(iface);
}
-void
-send_decline(struct interface *iface)
-{
- send_message(iface, DHCP_DECLINE, NULL);
-}
-
static void
log_dhcp(int lvl, const char *msg,
const struct interface *iface, const struct dhcp_message *dhcp)
unlink(iface->leasefile);
}
+void
+send_decline(struct interface *iface)
+{
+ open_sockets(iface);
+ send_message(iface, DHCP_DECLINE, NULL);
+}
+
static void
configure_interface1(struct interface *iface)
{