summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-290.99.57debian/0.99.57Stephen Hemminger
2011-11-29init: unload unneeded raid modulesStephen Hemminger
Bug 6472 Ok to remove more raid modules
2011-11-280.99.56debian/0.99.56Bob Gilligan
2011-11-28Merge branch 'oxnard' of http://git.vyatta.com/vyatta-cfg into oxnardBob Gilligan
2011-11-28Return vmac interface configuration state in vrrp_get_config()Bob Gilligan
2011-11-140.99.55debian/0.99.55Gaurav Sinha
2011-11-14Bug 7411: exporting isValidPortNumber API from Misc.pm, used in conntrack ↵Gaurav Sinha
for validating ports entered
2011-11-010.99.54debian/0.99.54Bob Gilligan
2011-11-01vrrp restart not working. fix pid filename for 1.2.2Stig Thormodsrud
(cherry picked from commit 9cc533d34fdef09d69f4fccdaaaee0724bf11f2d)
2011-10-260.99.53debian/0.99.53John Southworth
2011-10-26Fix 'show -all'John Southworth
2011-10-24Add VarRef translation to the allowed field for config modeJohn Southworth
2011-10-220.99.52debian/0.99.52John Southworth
2011-10-21Fix 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-210.99.51debian/0.99.51John Southworth
2011-10-21Don't show an error message when we can't turn echo onJohn Southworth
2011-10-200.99.50debian/0.99.50John Southworth
2011-10-20Workaround 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-180.99.49debian/0.99.49John Southworth
2011-10-18Fix broken completion for copy and rename second parameterJohn Southworth
2011-10-170.99.48debian/0.99.48John Southworth
2011-10-17Make 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-120.99.47debian/0.99.47John Southworth
2011-10-12Provide accessor for the net_prefix hashJohn Southworth
2011-10-110.99.46debian/0.99.46John Southworth
2011-10-11Fix completions for fields that have more than one wordJohn 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-100.99.45debian/0.99.45John Southworth
2011-10-10Handle operational commands that cannot be run non-interactively from config ↵John Southworth
mode
2011-10-060.99.44debian/0.99.44John Southworth
2011-10-06quote individual elements for the validation stringJohn Southworth
2011-10-060.99.43debian/0.99.43John Southworth
2011-10-06Fix typo in error messageJohn Southworth
2011-10-060.99.42debian/0.99.42John Southworth
2011-10-06Bugfix 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-060.99.41debian/0.99.41John Southworth
2011-10-06Fix up completions for commit and compareJohn Southworth
2011-10-050.99.40debian/0.99.40John Southworth
2011-10-05Add comments to document the changes in completion scriptJohn Southworth
2011-10-050.99.39debian/0.99.39John Southworth
2011-10-05Pass through the completion parameters to functions that need themJohn Southworth
2011-10-050.99.38debian/0.99.38John Southworth
2011-10-05fix stuck completion on non-lastwordJohn Southworth
2011-10-05Make non-lastword completions more fluid by using the current prefix and ↵John Southworth
word provided by bash
2011-10-040.99.37debian/0.99.37John Southworth
2011-10-04warn 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-040.99.36debian/0.99.36John Southworth
2011-10-04Fix the handling of tag nodes in config mode completionsJohn Southworth
2011-10-040.99.35debian/0.99.35John Southworth
2011-10-04Fix exit help text to make it clear that you can exit without discrarding.John Southworth
2011-10-04Fix compare completion when comparing to the saved configJohn Southworth