On Fri, 29 May 2015 19:30:35 +0200 Guilhem Moulin <guil...@guilhem.org> wrote:
> > The problem is that, while klibc can bring up and down network > > interfaces, the interface configuration does not go away. > > What doesn't go away exactly? (What do you mean by “interface > configuration”?) I wonder if ip(8) could help, by the way. It's > included in the initrd, can flush routes (‘ip addr flush dev $DEVICE’) > and bring down interfaces (‘ip link set dev $DEVICE down’). The thing to try would be to change line 43 of the original patch from using ipconfig to using ip and doing a flush. (Of course you'd have to use a patched klibc.) Or maybe adding a flush after the ipconfig brings the interface down. Hopefully this would remove the old "boot-temporary" ip netmask, routes, etc. and leave the interface "clean" and ready to get it's normal configuration. Unfortunately I just don't have time right now to try this. Any help would be appreciated. Karl <k...@meme.com> Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org