Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Iproute2"
Jump to navigation
Jump to search
Threesixes (talk | contribs) (initial commit) |
Threesixes (talk | contribs) m (add more goodies) |
||
Line 4: | Line 4: | ||
|Homepage=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 | |Homepage=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 | ||
}} | }} | ||
'''Tools replaced by iproute2''' | |||
{{TableStart}} | |||
<tr class="info"><th>Purpose</th><th>Legacy net-tools</th><th>iproute2</th></tr> | |||
<tr><td>Address and link configuration</td><td>ifconfig</td><td>ip addr, ip link</td></tr> | |||
<tr><td>Routing tables</td><td>route</td><td>ip route</td></tr> | |||
<tr><td>Neighbors</td><td>arp</td><td>ip neigh</td></tr> | |||
<tr><td>VLAN</td><td>vconfig</td><td>ip link</td></tr> | |||
<tr><td>Tunnels</td><td>iptunnel</td><td>ip tunnel</td></tr> | |||
<tr><td>Multicast</td><td>ipmaddr</td><td>ip maddr</td></tr> | |||
<tr><td>Statistics</td><td>netstat</td><td>ss</td></tr> | |||
{{TableEnd}} | |||
{{PageNeedsUpdates}} | {{PageNeedsUpdates}} | ||
https://en.wikipedia.org/wiki/Iproute2 | https://en.wikipedia.org/wiki/Iproute2 | ||
{{EbuildFooter}} | {{EbuildFooter}} |
Latest revision as of 23:55, January 1, 2015
Iproute2
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Tools replaced by iproute2
Purpose | Legacy net-tools | iproute2 |
---|---|---|
Address and link configuration | ifconfig | ip addr, ip link |
Routing tables | route | ip route |
Neighbors | arp | ip neigh |
VLAN | vconfig | ip link |
Tunnels | iptunnel | ip tunnel |
Multicast | ipmaddr | ip maddr |
Statistics | netstat | ss |
https://en.wikipedia.org/wiki/Iproute2