summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-10-200.15.29debian/0.15.29slioch
2009-10-20pushed priorities to node.def'sslioch
2009-10-190.15.28debian/0.15.28slioch
2009-10-19add sudo back to save command, and add check to save script that validates ↵slioch
vyatta config token at end of file. this will prevent the accidental overwrite of non vyatta config files. check on prevent existing files that don't contain ' === vyatta-config-version:' from being saved to.
2009-10-15new commit mode for debugging.slioch
-b Breaks on each priority group before execution and waits for user keystroke to proceed. this allows for examination of system before and after each priority group has been applied
2009-10-150.15.27debian/0.15.27root
2009-10-15modify group ownership on save commandslioch
2009-10-120.15.26debian/0.15.26root
2009-10-12followup checkin for fast commit on success behavior. Addresses problem with ↵slioch
deleted leafs. Partial regression run on changes, results map to 10/10 build.
2009-10-120.15.25debian/0.15.25Bob Gilligan
2009-10-12Bugfix 2593: Introduce automatic static IRQ affinity balancing for some NICs.Bob Gilligan
This change implements a mechanism for setting the IRQ affinity of NIC interrupts in a way that is optimally balanced. The affinity settings are static, and are set up at configuration time. I've added "auto" as a new legal value to the "interfaces ethernet ethX smp_affinity" configuration parameter. If this value is set, then the system attempts to perform automatic IRQ affinity assignment. At this time, automatic IRQ affinity is supported only for multiqueue NICs that use the igb or bnx2 drivers. Even with these two, differences in the organization of queues and their naming convention necessitate some NIC-specific code. The assignment strategy attempts to assign all queues of all NICs that share the same queue number to the same CPU. This has been shown to be optimal for IP forwarding workloads in 2.6.31 kernels. Setting the value to "auto" for NICs that use other drivers will be a no-op.
2009-10-100.15.24debian/0.15.24slioch
2009-10-10performance optimization on commit. On successful commits (i.e. no failures) ↵slioch
will improve performance by avoiding the piecewise priority based copy and just copy the complete configuration once. On specific test configuration performance improvement brought commit boot time down from >15 minutes to less than 10 minutes.
2009-10-10Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwoodslioch
2009-10-090.15.23debian/0.15.23An-Cheng Huang
2009-10-09commit post-processing performance optimizationAn-Cheng Huang
* convert subshell invocations to library function calls. * reduce boot time by ~40 seconds for "certain configuration".
2009-10-09update .gitignoreAn-Cheng Huang
2009-10-09make snmp come up lastAn-Cheng Huang
2009-10-05 escape value slash in leaf value--followon fix to suppression of leaf value ↵Michael Larson
with slash in jenner.
2009-10-05escape value slash in leaf value--followon fix to suppression of leaf value ↵slioch
with slash in jenner.
2009-10-05remove old source commit head. likely no longer works well given ↵Michael Larson
corresponding changes made to node.defs
2009-10-050.15.22debian/0.15.22root
2009-10-020.15.21debian/0.15.21Bob Gilligan
2009-10-02Add priority nodes to start router advertisement daemon.Bob Gilligan
2009-10-02Update function prototypesStephen Hemminger
Use (void) rather than old K&R style. Make some functions local.
2009-10-02add missing prototypesStephen Hemminger
2009-10-02Fix warning from missing returnStephen Hemminger
2009-10-02 fix for bug 4969. on leaf nodes scan for '/' and don't make these values ↵Michael Larson
available to the partial commit status api (bug fix 4919). this approach will be revised in next release.
2009-09-110.15.20debian/0.15.20Mohit Mehta
2009-09-11Fix Bug 4919 "service dns" branch of configuration file missing ...Mohit Mehta
* use new API to get active 'original + commited' values * split 'dns forwarding' and 'dns dynamic' into different priorities
2009-09-11term multinodes perl api support to provide currently committed values.Michael Larson
2009-09-110.15.19debian/0.15.19Stephen Hemminger
2009-09-11Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwoodStephen Hemminger
2009-09-11add support for value tags on term multinodes. used in debugging output and ↵Michael Larson
accounting file.
2009-09-11Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwoodStephen Hemminger
2009-09-11leaf node support for new commit. Returns reconciled processed node ↵Michael Larson
returnOrigPlusComValue() no term multinode leaf support yet.
2009-09-110.15.18debian/0.15.18Stephen Hemminger
2009-09-11Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwoodStephen Hemminger
2009-09-11Add group vyatta-opStephen Hemminger
Necessary to be able to distguish operators in config file to password sync.
2009-09-10 add leaf values to path data structures. will show in disgnostic output ↵Michael Larson
from commit and via .changes file used for commit active node set.
2009-09-090.15.17debian/0.15.17Bob Gilligan
2009-09-09Bugfix 4700, 4269: Fix set and commit-time checks for ethernet vif addresses tooBob Gilligan
Also restore "--valid-addr" flag to vyatta-interfaces.pl since it is used outside this package.