Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-05 | Force vyatta-cfg/vyatta-cfg-system synchronization | Stephen Hemminger | |
2010-02-04 | Be unsafe, don't harden | Stephen Hemminger | |
If code has latent bugs, we don't want to know about them this late in release. | |||
2010-02-03 | 0.16.5debian/0.16.5 | Stephen Hemminger | |
2010-02-03 | Allow fine grain disabling of vyatta during boot | Stephen Hemminger | |
Can skip system config or firewall portions individually. Can use: novyatta-configure novyatta-migrate novyatta-rl-system ... | |||
2010-02-03 | Remove dead function | Stephen Hemminger | |
unused | |||
2010-02-03 | 0.16.4debian/0.16.4 | Stephen Hemminger | |
2010-02-03 | Move modprobe.d/no-copybreak to vyatta-cfg-system package | Stephen Hemminger | |
It is really part of interfaces not vyatta-cfg | |||
2010-02-03 | Rename vyatta-ofr to vyatta-router | Stephen Hemminger | |
Bug 4386 vyatta-ofr is out of date product name. | |||
2010-02-03 | Allow disabling vyatta config on kernel boot | Stephen Hemminger | |
Bug 4604 Add grub option to allow disabling all configuration on boot. This is useful for debugging and recovery of trashed system. | |||
2010-02-03 | Turn on debian hardening | Stephen Hemminger | |
2010-01-19 | 0.16.3debian/0.16.3 | Stephen Hemminger | |
2010-01-19 | Restore priority comments | Stephen Hemminger | |
Also sort the names when multiple values have same priority. | |||
2009-12-22 | 0.16.2debian/0.16.2 | Stephen Hemminger | |
2009-12-22 | Revert "Workaround issues with floppy formatting on some VM and hardware" | Stephen Hemminger | |
This reverts commit ba1376cd853e6b48cd3c6d32a71e5bb6672c3ff9. Conflicts: Makefile.am | |||
2009-12-21 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwood | Stephen Hemminger | |
2009-12-21 | Rewrite priority script to use File::find | Stephen Hemminger | |
Use perl library rather than external find/grep. Cleaner and more efficient. | |||
2009-12-21 | 0.16.1debian/0.16.1 | Stephen Hemminger | |
2009-12-21 | 0.16debian/0.16 | Stephen Hemminger | |
2009-12-21 | Remove install step refering to old priority file | Stephen Hemminger | |
2009-12-21 | Modprobe files are not executable scripts | Stephen Hemminger | |
The files in modprobe.d are not supposed to be marked as executable. Fixes lintian warning. | |||
2009-12-21 | Workaround issues with floppy formatting on some VM and hardware | Stephen Hemminger | |
This is a known upstream kernel bug, but turning off DMA should solve majority of problem. | |||
2009-12-21 | Fix lintian warning about vyatta-ofr not providing itself | Stephen Hemminger | |
The init script was not technically LSB compliant | |||
2009-12-21 | Move no copy break modprobe file to handle Debian Lintian warning | Stephen 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-21 | Don't copy templates from here | Stephen Hemminger | |
2009-12-21 | Move interfaces to vyatta-cfg-system package | Stephen Hemminger | |
All the other templates and scripts related to interfaces are in vyatta-cfg-system | |||
2009-12-21 | Move tests to vyatta-cfg-system | Stephen Hemminger | |
2009-12-21 | Remove no longer used priority file | Stephen Hemminger | |
2009-12-21 | add derived file | Stephen Hemminger | |
2009-12-20 | 0.15.49debian/0.15.49 | Stephen Hemminger | |
2009-12-20 | Setup vyatta groups in early stage of install | Stephen Hemminger | |
If other packages want to refer to vyatta groups, need to be done early in install. | |||
2009-12-16 | 0.15.48debian/0.15.48 | Stephen Hemminger | |
2009-12-16 | Fix DHCP command handling | Stephen 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-08 | 0.15.47debian/0.15.47 | Bob Gilligan | |
2009-12-08 | Bugfix 5143: Fix grep regex for NICs with >= 10 queues. | Bob Gilligan | |
2009-12-04 | 0.15.46debian/0.15.46 | Stephen Hemminger | |
2009-12-04 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwood | Stephen Hemminger | |
2009-12-04 | Fix problem from earlier FILE handle removal in Config.pm | Stephen Hemminger | |
Need 'my' | |||
2009-12-04 | 0.15.45debian/0.15.45 | Stephen Hemminger | |
2009-12-04 | Add alias wrapper for vyatta-load-user-key | Stephen Hemminger | |
Similar to existing load config. | |||
2009-12-04 | Fix perlcritic warnings in Config.pm | Stephen 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-04 | Fix perlcritic warnings in Keepalived | Stephen 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-01 | 0.15.44debian/0.15.44 | Michael Larson | |
2009-12-01 | fix for bug 4999 | Michael Larson | |
2009-12-01 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwood | Michael Larson | |
2009-12-01 | remove .changes file after work was done by commit | Michael Larson | |
2009-12-01 | 0.15.43debian/0.15.43 | Stig Thormodsrud | |
2009-12-01 | Fix 5133: vrrp transition scripts not working properly when going to backup | Stig Thormodsrud | |
2009-11-14 | 0.15.42debian/0.15.42 | Stig Thormodsrud | |
2009-11-14 | Fix breakage from pervious commit. | Stig Thormodsrud | |
2009-11-12 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwood | Stephen Hemminger | |