Use iproute2 instread of net-tools
Brought to you by:
ktsaou,
philwhineray
Tools from net-tools package (especially ifconfig and netstat in this case) have been deprecated for some time.
Tools from iproute2 (ip and ss commands) are their successors.
The attached patch replaces ifconfig use with ip and netstat with ss.
Thanks
--
Jiri
patch