summaryrefslogtreecommitdiff
path: root/templates/clear
AgeCommit message (Collapse)Author
2010-03-13Add clear interfaces pseudo-ethernetStephen Hemminger
2010-03-13Add clear interfaces bondingStephen Hemminger
2010-02-03Fix bug 4115 'clear nat translations' does not clear nat translationsMohit Mehta
* added command 'clear connection-tracking' to flush all conntrack entries
2009-11-09move generic interface op commands to vyatta-opAn-Cheng Huang
2009-03-08Fix 4183: no auto completion for 'clear vrrp interfaces <> group ?'.Stig Thormodsrud
Need to find a better way to pass vars than $COMP_WORDS{}.
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-11-05Rename "show arp6" to "show ipv6 neighbors".Stig Thormodsrud
Rename "clear arp6" to "clear ipv6 neighbors".
2008-09-15change op-mode command 'clear dns forwarding statistics' to 'clear dns ↵Mohit Mehta
forwarding all'
2008-08-31change command 'clear dns forwarding process' to 'clear dns forwarding ↵Mohit Mehta
statistics'
2008-08-30add command 'clear dns forwarding process' to restart dnsmasq and clear all ↵Mohit Mehta
statistics
2008-08-09dns-forwarding op-mode commands:Mohit Mehta
'clear dns forwarding cache' 'show dns forwarding statistics'
2008-08-09add 'clear dns forwarding cache' commandMohit Mehta
2008-07-29Add some ipv6 op mode commands.Stig Thormodsrud
2008-06-19deleting op-command 'clear dhcp client process' as its handlingMohit Mehta
in the script vyatta-interfaces.pl has been removed. it was used to restart dhcp client daemon but now we're using separate daemons for separate interfaces. this will be replaces by op-commands for: 'dhcp release lease interface <>' and 'dhcp renew lease interface <>'
2008-06-06Fix 787: Add command to force vrrp state transition to backup.Stig Thormodsrud
2008-05-26Fix 2705: Add "clear vrrp process" command.Stig Thormodsrud
2008-04-08Fix Bug 3069 Help strings should be standardizedMohit Mehta
- arp clear and show help strings standardized
2008-04-04Fix Bug 3069 Help strings should be standardizedMohit Mehta
- vyatta-op help strings standardized according to latest guideline
2008-04-01Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-op
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-26Add quotes to user entered parametersStig Thormodsrud
2008-02-26Fix operator permissions for "clear interface counters" and "clear dhcp ↵Stig Thormodsrud
client process"
2008-02-26Fix operator permissions for "clear arp" and "clear ip route cache".Stig Thormodsrud
2008-02-19Add "clear dhcp client process".Stig Thormodsrud
2008-02-08- Fix bug 776: need "clear interface" command to clear countersStig Thormodsrud
- Fix bug 1095: Enhancement Request: "Show interface brief" command - Change default to "brief" if multiple interfaces can be shown - Add "detail" for nodes defaulting to brief - Add "brief" for nodes defaulting to detail - Fix vif completions that wasn't working - Remove ethtool can on vlans since it doesn't work
2008-02-06Added "clear console" command to clear screen.Mark O'Brien
templates/clear/console/node.def
2008-02-01Add 'clear arp <address|interface>' bug 2702Stig Thormodsrud
2008-01-31- Add "show ip route forward"Stig Thormodsrud
- Add "show ip route cache" - Add "clear ip route cache"
2007-10-16add top level node for clearTom Grennan