summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-060.99.62debian/0.99.62John Southworth
2011-12-06Fix source address display problem in address owner case for vrrpJohn Southworth
2011-12-050.99.61debian/0.99.61John Southworth
2011-12-05Fix typo in vrid split in Interfaces moduleJohn Southworth
2011-12-050.99.60debian/0.99.60John Southworth
2011-12-05Fix bug in vrrp interface handlingJohn Southworth
2011-12-020.99.59debian/0.99.59Stephen Hemminger
2011-12-02Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg into oxnardStephen Hemminger
2011-12-02raid: leave modules intactStephen 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-12-020.99.58debian/0.99.58John Southworth
2011-12-02Add vrrp interface support to Interface libraryJohn Southworth
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