summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-09Move nodes from services since in other operational commands we don'tJohn Southworth
make this distinction
2011-09-08Move 'show debugging' to 'show monitoring protocols' to reflect new ↵John Southworth
debugging layout
2011-09-08Add 'monitor firewall ipv6-name' commandJohn Southworth
2011-09-07Fix ping commands off by one problem, fix help txt for ping ipv4John Southworth
2011-09-07Add background monitoring for firewallsJohn Southworth
2011-09-07Add firewall forground monitoringJohn Southworth
2011-09-07Fix some problems with the completion scriptsJohn Southworth
1. we don't need to call compopt -o filenames explicitly anymore the bash-completion scripts from the debian package do this more intelligently. 2. Restore shopts before running the command so that if the command is terminated with ctrl-c they will be set properly.
2011-09-06Background monitoring for servicesJohn Southworth
2011-09-06Forground monitoring for many daemonsJohn Southworth
2011-09-06Move the background monitoring for vpn under each of the categories as ↵John Southworth
suggested by support
2011-09-02Initial monitor vpn implementation. Other montior commands will be build on ↵John Southworth
these scripts
2011-08-31move 'remove raid' to 'delete raid'John Southworth
2011-08-31Fix completion for user wildcardsJohn Southworth
2011-08-30Add reset terminal command to fix broken terminal sessions with out reconnectingJohn Southworth
2011-08-30Update operator level user top level commands to reflect changes in the ↵John Southworth
command structure
2011-08-30Only generate directory names for path expansions, node.def is never a valid ↵John Southworth
completion unless part of a filename which is handled differently
2011-08-30Fix user defined wildcards such as in 'clear ip bgp *' and fix an error ↵John Southworth
message to be consistent
2011-08-22Remove no top level verbJohn Southworth
2011-08-18fix help text for 'reset vrrp master interface group'John Southworth
2011-08-18Move 'clear vrrp' to 'reset vrrp'John Southworth
2011-08-18Fix the help text for connection-trackingJohn Southworth
2011-08-18Move some more commandsJohn 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
2011-08-18Add toplevel node.def for installJohn Southworth
2011-08-17Fixup the help text for top level commands; move terminal to set terminalJohn Southworth
2011-08-17Initial traceroute rework checkinJohn Southworth
2011-08-17Move init-floppy install-system and install-imageJohn Southworth
2011-08-17Move 'clear dns' and 'clear connection-tracking' to 'reset dns' andJohn Southworth
'reset connection-tracking'
2011-08-17Move 'clear arp' to 'reset ip arp'John Southworth
2011-08-17Directory structure for Monitor NATJohn Southworth
Just the directory sturcture This doesn't do anything yet, more to come.
2011-08-17Add monitor for operational commandsJohn Southworth
will run: watch /opt/vyatta/bin/vyatta-op-cmd-wrapper 'cmd'
2011-08-17Add monitor command for traceroutes using mtrJohn Southworth
2011-08-17Bugfix 7442: Check if running interactively before doing binding optionsJohn Southworth
2011-08-16Create new ping command with the following semanticsJohn Southworth
1. ping <ipv4|ipv6|hostname> will use * ping for a v4 address * ping6 for a v6 address * ping or ping6 for a hostname which ever resolves prefering ipv4 2. ping ipv4 <ipv4|hostname> will ping 3. ping ipv6 <ipv6|hostname> will ping6 4. ping <node> option <advanced ping options> * allows for options to pass down to ping * this is a stop gap while we add the most common options * to the CLI
2011-08-090.13.173debian/0.13.173John Southworth
2011-08-09Silence another keybinding error when running from config modeJohn Southworth
2011-08-090.13.172debian/0.13.172John Southworth
2011-08-09 Ignore ip6tunl0 anchor interfaceJohn Southworth
2011-08-080.13.171debian/0.13.171John Southworth
2011-08-08Add handler for top level unprivledged command expansion in node conversion ↵John Southworth
function
2011-08-030.13.170debian/0.13.170John Southworth
2011-08-03Generate unpriviledged allowed-op at compile time. Add script to allow admin ↵John Southworth
user to regenerate it if needed. Fix ambiguous command message.
2011-08-020.13.169debian/0.13.169John Southworth
2011-08-02Add support for unambiguous top level commands for unpriviledged usersJohn Southworth
2011-08-02Fix paging problem with short top level show commmandJohn Southworth
2011-08-020.13.168debian/0.13.168John Southworth
2011-08-02Reorganize the bash completion and command interpreter scripts into easier ↵John Southworth
to manage chunks. vyatta-op-run no longer exists in /etc/bash_completion.d/ as it is not a completion script it should not be here
2011-08-010.13.167debian/0.13.167John Southworth
2011-08-01Only show operator users the top level commands they are allowed to execute ↵John Southworth
in tab complete
2011-07-290.13.166debian/0.13.166John Southworth
2011-07-29Bugfix 2823: Operational mode command interpreterJohn Southworth