Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-11-12 | Change options to floppy mount | Stephen 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-10 | 0.15.41debian/0.15.41 | Michael Larson | |
2009-11-10 | preserve node.val order for term multinodes. fix for bug 5103 | Michael Larson | |
2009-11-05 | 0.15.40debian/0.15.40 | Bob Gilligan | |
2009-11-05 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwood | Bob Gilligan | |
2009-11-05 | Allow 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-04 | 0.15.39debian/0.15.39 | Stig Thormodsrud | |
2009-11-04 | Fix missing semicolon. | Stig Thormodsrud | |
2009-11-03 | 0.15.38debian/0.15.38 | Stig Thormodsrud | |
2009-11-03 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwood | Stig Thormodsrud | |
2009-11-03 | Fix uninitialized variable when reading carrier on admin down interface. | Stig Thormodsrud | |
2009-11-02 | 0.15.37debian/0.15.37 | root | |
2009-11-02 | fix 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-01 | 0.15.36debian/0.15.36 | Stig Thormodsrud | |
2009-11-01 | Fix spelling error in carrier method. | Stig Thormodsrud | |
2009-11-01 | Add natural order sort. | Stig Thormodsrud | |
2009-11-01 | Fix carrier method. | Stig Thormodsrud | |
2009-11-01 | Convert keepalived to use Interface infrastructure. | Stig Thormodsrud | |
2009-11-01 | Add method to retrieve carrier value. | Stig Thormodsrud | |
2009-10-31 | Add VRRP capability to bonding interfaces and vifs of bonding interfaces. | David S. Madole | |
2009-10-30 | 0.15.35debian/0.15.35 | Stephen Hemminger | |
2009-10-30 | Sync config file after saving | Stephen Hemminger | |
By calling fsync, we can be more assured that file actually makes it to disk. | |||
2009-10-29 | 0.15.34debian/0.15.34 | Stephen Hemminger | |
2009-10-29 | Change how floppy is mounted | Stephen 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-28 | Avoid updating config.boot unless necessary | Stephen Hemminger | |
On normal boot, no changes to config.boot or modes are needed. | |||
2009-10-28 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwood | Stephen Hemminger | |
2009-10-28 | Add copybreak option to all ether drivers | Stephen Hemminger | |
Rest of Bug 4428 | |||
2009-10-27 | 0.15.33debian/0.15.33 | root | |
2009-10-27 | removed out of date priority values from priority file | slioch | |
2009-10-26 | 0.15.32debian/0.15.32 | Bob Gilligan | |
2009-10-26 | Generalize 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-23 | dismantle old priority file parsing and node matching code. removed | slioch | |
references to old values. | |||
2009-10-22 | 0.15.31debian/0.15.31 | slioch | |
2009-10-22 | activate priority values from node.def. priority file is now no longer used ↵ | slioch | |
and should be considered depricated. | |||
2009-10-21 | priorities 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-21 | preserve 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-21 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwood | slioch | |
2009-10-22 | Fix description setting on vif | Stephen Hemminger | |
Bug 5014 | |||
2009-10-21 | pull priority from file into data structure | slioch | |
2009-10-21 | fixed script to handle multiple entries for same priority | slioch | |
2009-10-21 | sorts and generates priority statements from priority node.def entries | slioch | |
2009-10-21 | 0.15.30debian/0.15.30 | slioch | |