Comment 15 for bug 1375821

Revision history for this message
xxxx (xxyxyxyxyyxyy-deactivatedaccount) wrote :

Hi!

I've tested your patch, and it's still using ifconfig in network-interface.conf
it should use ip instead.

what's in network-interface.conf:
 ifconfig lo 127.0.0.1 up || true
what should be in network-interface.conf:
       ip link set dev lo up || true