summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-220.16.2debian/0.16.2Stephen Hemminger
2009-12-22Revert "Workaround issues with floppy formatting on some VM and hardware"Stephen Hemminger
This reverts commit ba1376cd853e6b48cd3c6d32a71e5bb6672c3ff9. Conflicts: Makefile.am
2009-12-21Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwoodStephen Hemminger
2009-12-21Rewrite priority script to use File::findStephen Hemminger
Use perl library rather than external find/grep. Cleaner and more efficient.
2009-12-210.16.1debian/0.16.1Stephen Hemminger
2009-12-210.16debian/0.16Stephen Hemminger
2009-12-21Remove install step refering to old priority fileStephen Hemminger
2009-12-21Modprobe files are not executable scriptsStephen Hemminger
The files in modprobe.d are not supposed to be marked as executable. Fixes lintian warning.
2009-12-21Workaround issues with floppy formatting on some VM and hardwareStephen Hemminger
This is a known upstream kernel bug, but turning off DMA should solve majority of problem.
2009-12-21Fix lintian warning about vyatta-ofr not providing itselfStephen Hemminger
The init script was not technically LSB compliant
2009-12-21Move no copy break modprobe file to handle Debian Lintian warningStephen Hemminger
Future versions of modutils ignore files not named .conf, and latest Debian tools warn about that. Fix it before the bug happens.
2009-12-21Don't copy templates from hereStephen Hemminger
2009-12-21Move interfaces to vyatta-cfg-system packageStephen Hemminger
All the other templates and scripts related to interfaces are in vyatta-cfg-system
2009-12-21Move tests to vyatta-cfg-systemStephen Hemminger
2009-12-21Remove no longer used priority fileStephen Hemminger
2009-12-21add derived fileStephen Hemminger
2009-12-200.15.49debian/0.15.49Stephen Hemminger
2009-12-20Setup vyatta groups in early stage of installStephen Hemminger
If other packages want to refer to vyatta groups, need to be done early in install.
2009-12-160.15.48debian/0.15.48Stephen Hemminger
2009-12-16Fix DHCP command handlingStephen Hemminger
This fixes Bug 3917 by checking for interface current state rather than configuration state. Also changed variable names and command arguments to improve clarity. Instead of --op_command="dhcp-renew" use "--dhcp renew".
2009-12-080.15.47debian/0.15.47Bob Gilligan
2009-12-08Bugfix 5143: Fix grep regex for NICs with >= 10 queues.Bob Gilligan
2009-12-040.15.46debian/0.15.46Stephen Hemminger
2009-12-04Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwoodStephen Hemminger
2009-12-04Fix problem from earlier FILE handle removal in Config.pmStephen Hemminger
Need 'my'
2009-12-040.15.45debian/0.15.45Stephen Hemminger
2009-12-04Add alias wrapper for vyatta-load-user-keyStephen Hemminger
Similar to existing load config.
2009-12-04Fix perlcritic warnings in Config.pmStephen Hemminger
Config.pm: Bareword file handle opened at line 156, column 7. See pages 202,204 of PBP. (Severity: 5) Config.pm: Bareword file handle opened at line 353, column 7. See pages 202,204 of PBP. (Severity: 5) Config.pm: Bareword file handle opened at line 429, column 7. See pages 202,204 of PBP. (Severity: 5)
2009-12-04Fix perlcritic warnings in KeepalivedStephen Hemminger
Keepalived.pm: Code before strictures are enabled at line 25, column 1. See page 429 of PBP. (Severity: 5) Keepalived.pm: "return" statement with explicit "undef" at line 280, column 2. See page 199 of PBP. (Severity: 5)
2009-12-010.15.44debian/0.15.44Michael Larson
2009-12-01fix for bug 4999Michael Larson
2009-12-01Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwoodMichael Larson
2009-12-01remove .changes file after work was done by commitMichael Larson
2009-12-010.15.43debian/0.15.43Stig Thormodsrud
2009-12-01Fix 5133: vrrp transition scripts not working properly when going to backupStig Thormodsrud
2009-11-140.15.42debian/0.15.42Stig Thormodsrud
2009-11-14Fix breakage from pervious commit.Stig Thormodsrud
2009-11-12Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwoodStephen Hemminger
2009-11-12Change options to floppy mountStephen Hemminger
Try and update floppy synchronously for super block updates. This attempts to address issues where floppy is ejected without unmounting; which is not completely safe.
2009-11-100.15.41debian/0.15.41Michael Larson
2009-11-10preserve node.val order for term multinodes. fix for bug 5103Michael Larson
2009-11-050.15.40debian/0.15.40Bob Gilligan
2009-11-05Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwoodBob Gilligan
2009-11-05Allow inline comments in config template fields.Bob Gilligan
Also change priority.pl script to display inline comments found in "priority:" fields if they are present.
2009-11-040.15.39debian/0.15.39Stig Thormodsrud
2009-11-04Fix missing semicolon.Stig Thormodsrud
2009-11-030.15.38debian/0.15.38Stig Thormodsrud
2009-11-03Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwoodStig Thormodsrud
2009-11-03Fix uninitialized variable when reading carrier on admin down interface.Stig Thormodsrud
2009-11-020.15.37debian/0.15.37root