friedrich / hans

IP over ICMP
https://code.gerade.org/hans/
GNU General Public License v3.0
442 stars 75 forks source link

Use /sbin/ip from iproute2 instead of ifconfig under Linux. #25

Open ilyaevseev opened 1 year ago

kovacs-andras commented 1 year ago

What about /usr/sbin/ip instead of /sbin/ip? Ofc. these two are the same file (hard links) but https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge/

ilyaevseev commented 1 year ago

What about /usr/sbin/ip instead of /sbin/ip?

Done.

randolf commented 2 months ago

This doesn't drop support for ifconfig though, I hope. I dislike the "ip" command and use ifconfig extensively on all of my Debian Linux servers, and all of the /etc/network/interfaces magic that comes with it.