I tried to understand the networking tools on Linux. I am confused now about what I should use to manipulate the static routing: route
or ip route
?:
route - show / manipulate the IP routing table
ip - show / manipulate routing, devices, policy routing and tunnels
What is the difference between these two tools?