Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-27 | Move 'clear vrrp' to 'reset vrrp' | John Southworth | |
(cherry picked from commit ad977c6e06a54fedba9381a476514f694b67405d) | |||
2011-10-27 | Move some more commands | John Southworth | |
'clear ip route' to 'reset ip route' 'clear ipv6 route' to 'reset ipv6 route' 'clear ipv6 neighbors' to 'reset ipv6 route' Modified some telnet help text (cherry picked from commit 8d494099bcbeda63eabe8ef268dbc8838a17ffe9) | |||
2011-10-27 | Move 'clear dns' and 'clear connection-tracking' to 'reset dns' and | John Southworth | |
'reset connection-tracking' (cherry picked from commit c26d0f90bd39af8f58ab9f6ac75786c3dda87a55) | |||
2010-07-20 | part of fix for BZ 5839 - move clear process cmds under restart | Mohit Mehta | |
2010-07-09 | Remove duplicate templates | Stephen Hemminger | |
Revert "Add clear interfaces wireless" This reverts commit ef9c82021daf8168f31592268bf382b4df7c7d9f. "clear interfaces wireless" is already in vyatta-wireless package! | |||
2010-07-09 | Add clear interfaces wireless | Stephen Hemminger | |
Bug 5417 Clone ethernet operational command for clear/interfaces for wireless | |||
2010-03-13 | Add clear interfaces pseudo-ethernet | Stephen Hemminger | |
2010-03-13 | Add clear interfaces bonding | Stephen Hemminger | |
2010-02-03 | Fix bug 4115 'clear nat translations' does not clear nat translations | Mohit Mehta | |
* added command 'clear connection-tracking' to flush all conntrack entries | |||
2009-11-09 | move generic interface op commands to vyatta-op | An-Cheng Huang | |
2009-03-08 | Fix 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-02 | Use show-interface to allow clear on all interface types | Stephen Hemminger | |
Should be able to clear ND and ARP on bonding, bridge, ethernet, serial, ... Fixed by just using standard script | |||
2008-11-05 | Rename "show arp6" to "show ipv6 neighbors". | Stig Thormodsrud | |
Rename "clear arp6" to "clear ipv6 neighbors". | |||
2008-09-15 | change op-mode command 'clear dns forwarding statistics' to 'clear dns ↵ | Mohit Mehta | |
forwarding all' | |||
2008-08-31 | change command 'clear dns forwarding process' to 'clear dns forwarding ↵ | Mohit Mehta | |
statistics' | |||
2008-08-30 | add command 'clear dns forwarding process' to restart dnsmasq and clear all ↵ | Mohit Mehta | |
statistics | |||
2008-08-09 | dns-forwarding op-mode commands: | Mohit Mehta | |
'clear dns forwarding cache' 'show dns forwarding statistics' | |||
2008-08-09 | add 'clear dns forwarding cache' command | Mohit Mehta | |
2008-07-29 | Add some ipv6 op mode commands. | Stig Thormodsrud | |
2008-06-19 | deleting op-command 'clear dhcp client process' as its handling | Mohit 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-06 | Fix 787: Add command to force vrrp state transition to backup. | Stig Thormodsrud | |
2008-05-26 | Fix 2705: Add "clear vrrp process" command. | Stig Thormodsrud | |
2008-04-08 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- arp clear and show help strings standardized | |||
2008-04-04 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- vyatta-op help strings standardized according to latest guideline | |||
2008-04-01 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-op | |||
2008-03-03 | don't use sudo-users for ip commands | Stephen Hemminger | |
Use explicit path when running ip commands to flush cache etc, since now this is allowed for operator by /etc/sudoers. | |||
2008-02-28 | add quoting for inline scripts in templates | An-Cheng Huang | |
2008-02-26 | Add quotes to user entered parameters | Stig Thormodsrud | |
2008-02-26 | Fix operator permissions for "clear interface counters" and "clear dhcp ↵ | Stig Thormodsrud | |
client process" | |||
2008-02-26 | Fix operator permissions for "clear arp" and "clear ip route cache". | Stig Thormodsrud | |
2008-02-19 | Add "clear dhcp client process". | Stig Thormodsrud | |
2008-02-08 | - Fix bug 776: need "clear interface" command to clear counters | Stig 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-06 | Added "clear console" command to clear screen. | Mark O'Brien | |
templates/clear/console/node.def | |||
2008-02-01 | Add 'clear arp <address|interface>' bug 2702 | Stig Thormodsrud | |
2008-01-31 | - Add "show ip route forward" | Stig Thormodsrud | |
- Add "show ip route cache" - Add "clear ip route cache" | |||
2007-10-16 | add top level node for clear | Tom Grennan | |