summaryrefslogtreecommitdiff
path: root/templates/clear/arp/interface
AgeCommit message (Collapse)Author
2011-10-27Move 'clear dns' and 'clear connection-tracking' to 'reset dns' andJohn Southworth
'reset connection-tracking' (cherry picked from commit c26d0f90bd39af8f58ab9f6ac75786c3dda87a55)
2009-03-02Use show-interface to allow clear on all interface typesStephen Hemminger
Should be able to clear ND and ARP on bonding, bridge, ethernet, serial, ... Fixed by just using standard script
2008-03-03don't use sudo-users for ip commandsStephen Hemminger
Use explicit path when running ip commands to flush cache etc, since now this is allowed for operator by /etc/sudoers.
2008-02-28add quoting for inline scripts in templatesAn-Cheng Huang
2008-02-26Fix operator permissions for "clear arp" and "clear ip route cache".Stig Thormodsrud
2008-02-01Add 'clear arp <address|interface>' bug 2702Stig Thormodsrud