Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-31 | Tiny typo in tab completion. | Simon Vigneux | |
``` vyatta@r1-part# set policy access-list 10 rule <tab><tab> Possible completions: > <1-65535>> Access-list rule number > 10 ``` **Should look like access-list6 tab completion:** ``` vyatta@r1-part# set policy access-list6 test rule <tab><tab> Possible completions: > <1-65535> Access-list6 rule number ``` | |||
2012-09-03 | move policy priority tag to each policy type | Robert Bays | |
2010-07-21 | remove explicit paths from commit error messages since that is handled by ↵ | Robert Bays | |
CLI now | |||
2010-07-21 | Remove verbs from help strings | Stephen Hemminger | |
2010-07-21 | Convert Quagga templates to use val_help: | Stephen Hemminger | |
2009-11-30 | added required keyword to help text. | Michael Larson | |
2008-08-08 | Fix syntax problems identified by /opt/vyatta/sbin/check_tmpl | Stig Thormodsrud | |
2008-04-10 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg-quagga | |||
2008-03-17 | iupdate help strings for policy nodes | Robert Bays | |
2008-03-17 | update help for access-lists | Robert Bays | |
2008-03-14 | fix for bug 2800 | Robert Bays | |
2008-01-31 | convert templates to new syntax | An-Cheng Huang | |
2007-11-15 | Fix "set policy access-list destination network/inverse-mask/host". | Stig Thormodsrud | |
2007-11-15 | Fix "set policy access-list destination any". | Stig Thormodsrud | |
2007-11-12 | removing TODO comments related to broken comparison from template files. | Robert Bays | |
Way to go An-cheng for fixing the cli! you rock like slayer. | |||
2007-11-09 | template update | Robert Bays | |
2007-11-09 | template updates | Robert Bays | |
2007-11-09 | fix for changes in cli referencing | Robert Bays | |
2007-11-05 | User message modifications | Justin Fletcher | |
2007-11-05 | Help text modifications | Justin Fletcher | |
2007-10-12 | First cut of RIP new cli. | Stig Thormodsrud | |
Fix filename on vyatta_policy.pl. | |||
2007-10-01 | initial import (from eureka /cli).upstream | An-Cheng Huang | |