We need to drop config on carrier loss now.

This commit is contained in:
Roy Marples 2008-09-13 11:17:24 +00:00
parent 48fdb3a5ee
commit c4f493792c

View File

@ -617,6 +617,7 @@ handle_carrier(const char *ifname)
syslog(LOG_INFO, "%s: carrier lost", iface->name);
close_sockets(iface);
delete_timeouts(iface, start_expire, NULL);
drop_config(iface, "EXPIRE");
}
break;
default: