K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-16T18:08:01.000000Z K 7 svn:log V 673 Disable part of the last commit when kernel-bootp support is used. This caused a panic on diskless kernels when more than one interface was present in the system. I am not sure there is another way out -- right now, kernel-bootp wants to set an address of 0.0.0.0/0 on all interfaces to be able to send out the bootp request, so conflicts on the address assignments are unavoidable, and while the error can be trapped in the caller, not assigning an address to the interface actually prevents the request packets from going out. This applies to -current as well, but I have not had a chance to test it there yet, and fixing the breakage to -stable was definitely urgent. END