On Oct 23, 2008, at 12:04, Tom Yu via RT wrote:
Show quoted text
> It looks like LW_net_trans.patch deals with the case where the KDC
> starts up with no network, which is something that #6019 might not
> deal with.
The KDC code will exit if it doesn't manage to set up any sockets
during startup. However, it should always be able to set up the
routing socket (unless maybe some OS doesn't support it), so it should
have at least that one socket lying around. Then you reconfigure the
network by bringing up some non-loopback interface, it wakes up and
rescans the interfaces.
Ken