summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-11-02fix for missing priority value on embedded multinode. bug behavior was more ↵slioch
limited than this--at least tag node.def and multiple configuration on commit. tested fix with limited regression test. also slightly modified break on priority values where embedded multinodes with priority values are treated as discrete transactions (which isolates failures within the multinode and not the parent of the multinode).
2009-11-010.15.36debian/0.15.36Stig Thormodsrud
2009-11-01Fix spelling error in carrier method.Stig Thormodsrud
2009-11-01Add natural order sort.Stig Thormodsrud
2009-11-01Fix carrier method.Stig Thormodsrud
2009-11-01Convert keepalived to use Interface infrastructure.Stig Thormodsrud
2009-11-01Add method to retrieve carrier value.Stig Thormodsrud
2009-10-31Add VRRP capability to bonding interfaces and vifs of bonding interfaces.David S. Madole
2009-10-300.15.35debian/0.15.35Stephen Hemminger
2009-10-30Sync config file after savingStephen Hemminger
By calling fsync, we can be more assured that file actually makes it to disk.
2009-10-290.15.34debian/0.15.34Stephen Hemminger
2009-10-29Change how floppy is mountedStephen Hemminger
This fixes several problems: 1) Only try mounting once which avoids several I/O errors 2) Mount floppy with safer options for security 3) Use more optimum methods to reduce boot time This should really be done by better udev support. But the root of the problem lies in the Debian upstream package maintainer. He is hostile to later advancements, and still maintains a static /dev infrastructure as well as devfs compatiablity! Ubuntu, SUSE, and Redhat have all migrated to creating devices via udev; this would allow floppy device to only exist if floppy is present. And then inserting a floppy could cause udev add event to mount /media/floppy...
2009-10-28Avoid updating config.boot unless necessaryStephen Hemminger
On normal boot, no changes to config.boot or modes are needed.
2009-10-28Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwoodStephen Hemminger
2009-10-28Add copybreak option to all ether driversStephen Hemminger
Rest of Bug 4428
2009-10-270.15.33debian/0.15.33root
2009-10-27removed out of date priority values from priority fileslioch
2009-10-260.15.32debian/0.15.32Bob Gilligan
2009-10-26Generalize handling of multi-queue NICs.Bob Gilligan
Previously the script determined the driver that a NIC was using, then used that to parse the queue names from /proc/interrupts. Now, it determines the naming convention just by looking at the queue names. Now the script should work for all NICs that support one of the two standard naming conventions. Also added some support for single-queue NICs.
2009-10-23dismantle old priority file parsing and node matching code. removedslioch
references to old values.
2009-10-220.15.31debian/0.15.31slioch
2009-10-22activate priority values from node.def. priority file is now no longer used ↵slioch
and should be considered depricated.
2009-10-21priorities should match up on all nodes now, except where the priority file ↵slioch
diverges from the node.defs commit behavior has not changed yet, but can be completely switched over to node.def priority system with simple change.
2009-10-21preserve priorities in hierarchy. old priority still active, but commit -s ↵slioch
will now display both priorities: interfaces (t: 0, p: 850,850) the first value is from the old priority file and is the active value, the second value is the value retrieved from the node.def and is not used (yet).
2009-10-21Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwoodslioch
2009-10-22Fix description setting on vifStephen Hemminger
Bug 5014
2009-10-21pull priority from file into data structureslioch
2009-10-21fixed script to handle multiple entries for same priorityslioch
2009-10-21sorts and generates priority statements from priority node.def entriesslioch
2009-10-210.15.30debian/0.15.30slioch
2009-10-21move priority after tag nodes.slioch