summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-04Fix top level completions when there are already words on the lineJohn Southworth
2011-10-03Alert users when they have entered a completion that doesn't match.John Southworth
2011-10-03Make completion properly handle non-last-word completionsJohn Southworth
2011-10-03Make completions not get stuck when backspacing over a character in the last ↵John Southworth
word, so the only compreply now contains the current word but is not equal to the current word
2011-09-30Stop completions from getting stuck on nodes when backspacing to themJohn Southworth
2011-09-30Fix output of invalid and ambiguous error messagesJohn Southworth
2011-09-30Always attempt to set the node path, this gives us a chance to fail on ↵John Southworth
invalid or ambiguous commands with out waiting for the user to hit tab twice
2011-09-30Fix typo in previous commitJohn Southworth
2011-09-30Add some useful debugging to the comps script, it can be enabled on the fly ↵John Southworth
via an environment variable
2011-09-30Fix problem with recovering from invalid completionJohn Southworth
2011-09-30fix handleing of invalid commands when there is an the parent node is runnableJohn Southworth
2011-09-30Reformat vyatta-op script, there were two indentation styles, changed from ↵John Southworth
tabs to spaces
2011-09-30Inform users of invalid or ambiguous commands at completion timeJohn Southworth
2011-09-30If there are no completions then always show the non-completions, this gets ↵John Southworth
rid of the empty tab completions
2011-09-29move 'show log tail' to 'monitor log'John Southworth
2011-09-26remove run from 'montior interface [type] [name] vif [name]' commandJohn Southworth
2011-09-26remove run from 'montior interface [type] [name]' commandJohn Southworth
2011-09-19Fix ipv6 matching in ping and tracerouteJohn Southworth
2011-09-19Add operational information for ipv6 tunnel interfaces, part of bug 6900John Southworth
2011-09-19Fix filter completionJohn Southworth
2011-09-15Remove extraneous run commandsJohn Southworth
2011-09-15Implement packet capture for vifsJohn Southworth
2011-09-15Fix 'monitor interface traffic save'John Southworth
2011-09-15More monitor interface traffic commandsJohn Southworth
2011-09-14Move packet capture to 'monitor interfaces'John Southworth
2011-09-13Add background monitoring for NATJohn Southworth
2011-09-12Forground monitoring for natJohn Southworth
2011-09-09Add 'show monitoring' script to list active background monitoringJohn Southworth
2011-09-09Forgot to fix a typo in the local copy of vyatta-monitor-cleanupJohn Southworth
2011-09-09Cleanup background monitor sessions on logoutJohn Southworth
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