summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-140.17.31debian/0.17.31Stephen Hemminger
2010-10-14Have init reread inittab after configStephen Hemminger
Need to have init re-read configuration but only after Vyatta config (to avoid dropping serial login)
2010-10-13Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocinoStephen Hemminger
2010-10-110.17.30debian/0.17.30root
2010-10-11change error location tag from commit processroot
2010-10-11change location tag for error from reference: to errloc:root
2010-10-080.17.29debian/0.17.29root
2010-10-08reference error location method in config module.root
2010-10-080.17.28debian/0.17.28Bob Gilligan
2010-10-08Bugfix 5830: Teach auto affinity script to use new queue naming scheme.Bob Gilligan
The latest version of the ixgbe driver uses a scheme whereby each pair of TX and RX queues is assigned to the same IRQ. Previously, the TX and RX queues could be assigned to IRQs independently. In /proc/interrupts, each pair of queues is named ethX-TxRx-Y, where X is the ethernet interface unit number, and Y is the TX and RX queue number.
2010-10-070.17.27debian/0.17.27Mohit Mehta
2010-10-07moved code for zones to vyatta-zone packageMohit Mehta
2010-10-060.17.26debian/0.17.26Mohit Mehta
2010-10-06* don't allow adding an interface to a zone that has content-inspection enabledMohit Mehta
2010-10-010.17.25debian/0.17.25root
2010-10-01add commit wrapper hook that allows errors with location to be written to ↵root
stdout.
2010-10-010.17.24debian/0.17.24Stig Thormodsrud
2010-10-01Pass optional commit comment through commit to commit hooks.Stig Thormodsrud
2010-10-010.17.23debian/0.17.23Mohit Mehta
2010-10-01Fix Bug 6225 Unable to assign a pppoe interface to zoneMohit Mehta
* change check for fw applied to an interface
2010-09-240.17.22debian/0.17.22An-Cheng Huang
2010-09-24cleanupAn-Cheng Huang
* set help string only if available. * use "builtin" explicitly.
2010-09-240.17.21debian/0.17.21root
2010-09-24fix for bug 6213.root
old cli code uses a char to store length of a string when unescaping the string, w/o checking string length.
2010-09-210.17.20debian/0.17.20Mohit Mehta
2010-09-21* move count_iptables_rules to Iptables::Mgr moduleMohit Mehta
2010-09-210.17.19debian/0.17.19Mohit Mehta
2010-09-21* move count_iptables_rule to MISC moduleMohit Mehta
2010-09-17Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocinoStephen Hemminger
2010-09-140.17.18debian/0.17.18An-Cheng Huang
2010-09-14fix for bug 6195An-Cheng Huang
* fix ".*" filtering.
2010-09-08Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocinoStephen Hemminger
2010-09-030.17.17debian/0.17.17An-Cheng Huang
2010-09-03remove lintian warningsAn-Cheng Huang
2010-09-020.17.16debian/0.17.16An-Cheng Huang
2010-09-02fix squeeze build issueAn-Cheng Huang
2010-08-270.17.15debian/0.17.15Mohit Mehta
2010-08-27commits that don't need to be ported to mendocino from larkspur to exclude fileMohit Mehta
2010-08-27fix for bug 5982.Michael Larson
upped max_length_buffer length from 1024 to 4096. Should leave open and reassign to mendocino so that a proper string length check can be added to the commit. (cherry picked from commit df3c80575ea539e560afc3357eb322e3e9df64bf)
2010-08-27allow commit hook commands to write to stdout.Michael Larson
(cherry picked from commit a213dd1c48581294fc967e7198d78ca270c6ae46)
2010-08-260.17.14debian/0.17.14An-Cheng Huang
2010-08-26fix for bug 5960An-Cheng Huang
* change "commit" to use syscalls (instead of system("...") calls) for mount/umount. * this is a temporary fix, and such low-level details need to be moved into the backend library.
2010-08-260.17.13debian/0.17.13An-Cheng Huang
2010-08-26mark the root as "changed" after "comment" operation.An-Cheng Huang
2010-08-260.17.12debian/0.17.12An-Cheng Huang
2010-08-26don't show extra empty level for typeless leaf nodes.An-Cheng Huang
2010-08-26switch "save" to use new config output implementation.An-Cheng Huang
2010-08-26mark changed ancestors up to the rootAn-Cheng Huang
2010-08-26switch vyatta-cfg-cmd-wrapper to new config output implementation.An-Cheng Huang
2010-08-26new implementation for config outputAn-Cheng Huang
* replace the original ConfigOutput perl module. * simplify logic and fix bugs in original code.