Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-27 | Forground monitoring for many daemons | John Southworth | |
(cherry picked from commit b906651c85a7bf45c715727b2099151f08762ec8) | |||
2011-10-27 | Move the background monitoring for vpn under each of the categories as ↵ | John Southworth | |
suggested by support (cherry picked from commit 7621362a1a6ac0b5234fffdd4ff5fd1fe9f8625d) | |||
2011-10-27 | Initial monitor vpn implementation. Other montior commands will be build on ↵ | John Southworth | |
these scripts (cherry picked from commit 334a6fab05b5e51097010b1da41fca32df7b8959) | |||
2011-10-27 | move 'remove raid' to 'delete raid' | John Southworth | |
(cherry picked from commit 86584774d9a33cad75e6dac2b66ce48513fa84f1) | |||
2011-10-27 | Add reset terminal command to fix broken terminal sessions with out reconnecting | John Southworth | |
(cherry picked from commit 79dcb2805dc1e6c39304aaa2c296029d764cc4c7) | |||
2011-10-27 | Update operator level user top level commands to reflect changes in the ↵ | John Southworth | |
command structure (cherry picked from commit 55b60fa024e3a19e8e8cddeb218db3a1291efdff) | |||
2011-10-27 | Remove no top level verb | John Southworth | |
(cherry picked from commit 5b35321d23bd19d0d6433a61c433c2d93b0753db) | |||
2011-10-27 | fix help text for 'reset vrrp master interface group' | John Southworth | |
(cherry picked from commit 5703c4c4f0b5cd00bd6cdef58df53d50117e6496) | |||
2011-10-27 | Move 'clear vrrp' to 'reset vrrp' | John Southworth | |
(cherry picked from commit ad977c6e06a54fedba9381a476514f694b67405d) | |||
2011-10-27 | Fix the help text for connection-tracking | John Southworth | |
(cherry picked from commit 68c02e8503c1be4cf4fb2c1c0c66cf9604481f5d) | |||
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 | Add toplevel node.def for install | John Southworth | |
(cherry picked from commit f303468f4f3e3465647e06100032c4005c44d4dd) | |||
2011-10-27 | Fixup the help text for top level commands; move terminal to set terminal | John Southworth | |
(cherry picked from commit 2f6c8ec6f68d44503ee20ad655dd89efa55678cd) | |||
2011-10-27 | Initial traceroute rework checkin | John Southworth | |
(cherry picked from commit ce64904840bea3e716a7de3eca2618e63bcd87d1) | |||
2011-10-27 | Move init-floppy install-system and install-image | John Southworth | |
(cherry picked from commit f28077e62a757491e9ae8200f9cbb92eda7410dc) | |||
2011-10-27 | Move 'clear dns' and 'clear connection-tracking' to 'reset dns' and | John Southworth | |
'reset connection-tracking' (cherry picked from commit c26d0f90bd39af8f58ab9f6ac75786c3dda87a55) | |||
2011-10-27 | Move 'clear arp' to 'reset ip arp' | John Southworth | |
(cherry picked from commit 2e54f9d80f908032a6e3c1ed1413941aa5685cd9) | |||
2011-10-27 | Directory structure for Monitor NAT | John Southworth | |
Just the directory sturcture This doesn't do anything yet, more to come. (cherry picked from commit 05d281856431755d2b915306447722d3adba9849) | |||
2011-10-27 | Add monitor for operational commands | John Southworth | |
will run: watch /opt/vyatta/bin/vyatta-op-cmd-wrapper 'cmd' (cherry picked from commit e6f8c6d9458ac25a5bfdd30056e872bf342a940d) | |||
2011-10-27 | Add monitor command for traceroutes using mtr | John Southworth | |
(cherry picked from commit 68e7a415d5ff5ebc2aa7569c01aa69d1a0d5e27a) | |||
2011-10-27 | Create new ping command with the following semantics | John 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 (cherry picked from commit 5145fd68da8f1c7f8289b99f58cb6eb96389fcef) | |||
2011-10-21 | 0.13.207debian/0.13.207 | John Southworth | |
2011-10-21 | Bugfix 7577: Only show the remote uri help if there is no completion | John Southworth | |
2011-10-21 | Don't show an error message when we can't turn echo on (this is the case ↵ | John Southworth | |
with the webgui) | |||
2011-10-20 | 0.13.206debian/0.13.206 | John Southworth | |
2011-10-20 | Workaround for bug 7570, turning echo on manually when running a templated ↵ | John Southworth | |
command should fix the majority of the problems. It would be better to fix the readline/less interaction in the future | |||
2011-10-17 | 0.13.205debian/0.13.205 | John Southworth | |
2011-10-17 | Allow completions using normal dirctory paths as well as a shortcut to ↵ | John Southworth | |
running:// in file name completions | |||
2011-10-17 | 0.13.204debian/0.13.204 | John Southworth | |
2011-10-17 | Make directory completions, if it is the first word of the completion, work ↵ | John Southworth | |
so that users can easily find scripts they may be trying to run. | |||
2011-10-11 | 0.13.203debian/0.13.203 | John Southworth | |
2011-10-11 | Fix ambiguous error text so that it doesn't show node.def, generate the ↵ | John Southworth | |
completions using compgen -d | |||
2011-10-10 | 0.13.202debian/0.13.202 | John Southworth | |
2011-10-10 | Bugfix 7543: remove trailing spaces from the show interfaces output | John Southworth | |
2011-10-07 | 0.13.201debian/0.13.201 | John Southworth | |
2011-10-07 | Fix completions for templates using custom completion functions (currently ↵ | John Southworth | |
image tools) | |||
2011-10-06 | 0.13.200debian/0.13.200 | John Southworth | |
2011-10-06 | Bugfix 6747: use bash conditional expressions instead of posix test ↵ | John Southworth | |
expressions when doing comparisons. The conditional expressions don't do as much expansion as the test expression does, and are the modern variant | |||
2011-10-06 | 0.13.199debian/0.13.199 | John Southworth | |
2011-10-06 | Make operational mode completion when the user enters an unknown prefix on a ↵ | John Southworth | |
tag node consistent with configuration mode | |||
2011-10-06 | 0.13.198debian/0.13.198 | John Southworth | |
2011-10-06 | fix help text printing when the command is runnable | John Southworth | |
2011-10-06 | 0.13.197debian/0.13.197 | John Southworth | |
2011-10-06 | Fix: first word completions; empty completions on tag nodes, if there is a ↵ | John Southworth | |
tag node there should always be at least a non-comp so that the help text will be displayed; invalid completions in the middle of the string | |||
2011-10-05 | 0.13.196debian/0.13.196 | John Southworth | |
2011-10-05 | fix stuck completion on non-lastword | John Southworth | |
2011-10-05 | 0.13.195debian/0.13.195 | John Southworth | |
2011-10-05 | Make non-lastword completions more fluid by using the current prefix and ↵ | John Southworth | |
word provided by bash | |||
2011-10-04 | 0.13.194debian/0.13.194 | John Southworth | |
2011-10-04 | Fix a bug in op mode handling of non sticking completions, we want the help ↵ | John Southworth | |
text if the current completion is empty for consistency |