Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-02 | raid: leave modules intact | Stephen Hemminger | |
The RAID startup process is buggy. If modules are unloaded while mdadm is running it crashes. For now just leave modules intact, and figure out why MD is unnecessarily started later. | |||
2011-11-29 | 0.99.57debian/0.99.57 | Stephen Hemminger | |
2011-11-29 | init: unload unneeded raid modules | Stephen Hemminger | |
Bug 6472 Ok to remove more raid modules | |||
2011-11-28 | 0.99.56debian/0.99.56 | Bob Gilligan | |
2011-11-28 | Merge branch 'oxnard' of http://git.vyatta.com/vyatta-cfg into oxnard | Bob Gilligan | |
2011-11-28 | Return vmac interface configuration state in vrrp_get_config() | Bob Gilligan | |
2011-11-14 | 0.99.55debian/0.99.55 | Gaurav Sinha | |
2011-11-14 | Bug 7411: exporting isValidPortNumber API from Misc.pm, used in conntrack ↵ | Gaurav Sinha | |
for validating ports entered | |||
2011-11-01 | 0.99.54debian/0.99.54 | Bob Gilligan | |
2011-11-01 | vrrp restart not working. fix pid filename for 1.2.2 | Stig Thormodsrud | |
(cherry picked from commit 9cc533d34fdef09d69f4fccdaaaee0724bf11f2d) | |||
2011-10-26 | 0.99.53debian/0.99.53 | John Southworth | |
2011-10-26 | Fix 'show -all' | John Southworth | |
2011-10-24 | Add VarRef translation to the allowed field for config mode | John Southworth | |
2011-10-22 | 0.99.52debian/0.99.52 | John Southworth | |
2011-10-21 | Fix a few config completion mistakes: help text was no longer being paged ↵ | John Southworth | |
(this differed from op mode). Fix the Invalid top level command help text | |||
2011-10-21 | 0.99.51debian/0.99.51 | John Southworth | |
2011-10-21 | Don't show an error message when we can't turn echo on | John Southworth | |
2011-10-20 | 0.99.50debian/0.99.50 | 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-18 | 0.99.49debian/0.99.49 | John Southworth | |
2011-10-18 | Fix broken completion for copy and rename second parameter | John Southworth | |
2011-10-17 | 0.99.48debian/0.99.48 | John Southworth | |
2011-10-17 | Make directory completions, if it is the first word of a run completion, ↵ | John Southworth | |
work so that users can easily find scripts they may be trying to run. | |||
2011-10-12 | 0.99.47debian/0.99.47 | John Southworth | |
2011-10-12 | Provide accessor for the net_prefix hash | John Southworth | |
2011-10-11 | 0.99.46debian/0.99.46 | John Southworth | |
2011-10-11 | Fix completions for fields that have more than one word | John Southworth | |
* Make the compreply filter not sort a list that contains only one element. This can cause some problems because some elements contain multiple words, interface descriptions for instance. * Fix typo in function name | |||
2011-10-10 | 0.99.45debian/0.99.45 | John Southworth | |
2011-10-10 | Handle operational commands that cannot be run non-interactively from config ↵ | John Southworth | |
mode | |||
2011-10-06 | 0.99.44debian/0.99.44 | John Southworth | |
2011-10-06 | quote individual elements for the validation string | John Southworth | |
2011-10-06 | 0.99.43debian/0.99.43 | John Southworth | |
2011-10-06 | Fix typo in error message | John Southworth | |
2011-10-06 | 0.99.42debian/0.99.42 | 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.99.41debian/0.99.41 | John Southworth | |
2011-10-06 | Fix up completions for commit and compare | John Southworth | |
2011-10-05 | 0.99.40debian/0.99.40 | John Southworth | |
2011-10-05 | Add comments to document the changes in completion script | John Southworth | |
2011-10-05 | 0.99.39debian/0.99.39 | John Southworth | |
2011-10-05 | Pass through the completion parameters to functions that need them | John Southworth | |
2011-10-05 | 0.99.38debian/0.99.38 | John Southworth | |
2011-10-05 | fix stuck completion on non-lastword | 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.99.37debian/0.99.37 | John Southworth | |
2011-10-04 | warn user of invalid top level command, this will tell the user when the try ↵ | John Southworth | |
to complete on a non-vyatta command, after hitting space, normal completion will continue to work for non-vyatta commands | |||
2011-10-04 | 0.99.36debian/0.99.36 | John Southworth | |
2011-10-04 | Fix the handling of tag nodes in config mode completions | John Southworth | |
2011-10-04 | 0.99.35debian/0.99.35 | John Southworth | |
2011-10-04 | Fix exit help text to make it clear that you can exit without discrarding. | John Southworth | |