cvs commit: src/etc Makefile network.subr src/etc/rc.d hostname netif network1 nisdomain

Martin Blapp mb at imp.ch
Tue Apr 22 23:20:12 PDT 2003


Hi,

> > One more request is to make dhclient immediately go into the background if
> > there is no link on an interface.  I have a small local patch that enables
> > this and it would be great to see this functionality in the tree.  It does
> > an ifconfig | grep status: on each interface in the loop if it is enabled
> > for dhcp.  If there is no link, it starts dhclient in the background
> > since you are guaranteed that it will time out eventually.  This fixes
> > booting my laptop while traveling.

Additional - we will have to remove calling dhclient for each card we use.
The proper way is to use omsshell(8) and let dhclient (which gets started
up a boot time as daemon) reconfigure it's interfaces.

I'm now working on implementing a unix socket interface for omsshell,
so the user root can do anything without any encrypted keys.

The next version of isdhcp will contain all these fixes. And I hope we
can import it before 5.1

Martin


More information about the cvs-src mailing list