summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-08hide "password" values in output of "show configuration".An-Cheng Huang
2008-01-03Merge branch 'glendale' of http://suva.vyatta.com/vyatta-cfg into glendaleTom Grennan
2008-01-03work w/ either quagga (debian) or vyatta-quagga packagesTom Grennan
2008-01-02- Allow vpn to be configured on a tunnel interface.Stig Thormodsrud
2007-12-20Fix broken bgp in glendale.Stig Thormodsrud
2007-12-20Merge branch 'glendale' of git:/git/vyatta-cfg into glendaleStig Thormodsrud
2007-12-20Added method 'isChangedOrDeleted'. Part of Bug 2324 fix.An-Cheng Huang
2007-12-20Some checks for undefined referencesAn-Cheng Huang
2007-12-20This loop should not be iterating over deleted nodes. Related to Bug 2340.An-Cheng Huang
2007-12-20Fixed 'isDeleted' method, related to Bug 2340 fix.An-Cheng Huang
2007-12-20fix for bug 2340: detecting "deleted" nodes now does not depend onAn-Cheng Huang
"whiteouts" created by unionfs.
2007-12-20Fix isIPinInterface().Stig Thormodsrud
2007-12-19Merge branch 'glendale' of suva:/git/vyatta-cfg into glendaleAn-Cheng Huang
2007-12-19check for quotes when loading nodes with multiple values.An-Cheng Huang
2007-12-19Update to fairfield version of script.Stig Thormodsrud
2007-12-19fix for bug 2540: make variables read-writeAn-Cheng Huang
2007-12-19Merge branch 'master' into glendalerbalocca
2007-12-18Cleaned up several routines to not generate warnings with 'perl -w' in order ↵Marat Nepomnyashy
to be able to call them from scripts that use 'perl -w'.
2007-12-18Merge branch 'master' into glendalerbalocca
2007-12-18Add ability to set ipv6 address on loopback but not dhcp.Stig Thormodsrud
2007-12-18Reorganized things a bit in a value subtraction algorithm.alex
2007-12-17Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgalex
2007-12-17Fixed commit after partial deletion of the multivalue.alex
2007-12-17Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgTom Grennan
2007-12-17filter aufs whiteout filesTom Grennan
2007-12-14fix for bug 2479: when commit cannot obtain the config lock, it will retryAn-Cheng Huang
a fixed number of times and then check if the lock owner is still alive. if not, the orphaned lock is cleaned up so that the later commit can proceed as usual.
2007-12-14make sure config dir has right group/permissionsAn-Cheng Huang
2007-12-13Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgTom Grennan
2007-12-13Merge branch 'master' of phuket.vyatta.com:/usr/local/git/vyatta-cfgAn-Cheng Huang
2007-12-13put pid in config lock fileAn-Cheng Huang
2007-12-13move floppy handler to initrdTom Grennan
2007-12-13assume bootfile_path is /opt/vyatta/etc/configTom Grennan
2007-12-13make /opt/vyatta[/etc]/config in postinst rather than init scriptTom Grennan
2007-12-13support aufs and unionfsTom Grennan
2007-12-13Removed 'defined' when checking array @subs to avoid deprecated warning when ↵Marat Nepomnyashy
running 'perl -w'.
2007-12-13use the right group name for config change notification.An-Cheng Huang
2007-12-13Merge branch 'master' into glendalerbalocca
2007-12-12add completion/help for pipe commandsAn-Cheng Huang
2007-12-12Bugfix: 2189Bob Gilligan
Add config node to configure NIC interrupt CPU affinity on SMPs.
2007-12-11Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgalex
2007-12-11Bug #2509alex
Multivalue nodes are diffed with previous value for validation before commit.
2007-12-10need stuff from vyatta-opAn-Cheng Huang
2007-12-07add policy mechanism for user management: per-level policies controlAn-Cheng Huang
default restricted mode and allowed op/cfg/pipe commands.
2007-12-06fix for bug 2522: don't show/return error if there's nothing to commit.An-Cheng Huang
2007-12-06get rid of compiler warningAn-Cheng Huang
2007-12-04support displaying the active configAn-Cheng Huang
2007-12-04create "vyattacfg" group in postinst (for configure mode).An-Cheng Huang
2007-11-30use the default pager set in op mode for config mode "show" output.An-Cheng Huang
2007-11-29* add completion for "pipe".An-Cheng Huang
* don't use eval for "show".
2007-11-28fix for bug 2494: correctly handle '/' in config traversal code.An-Cheng Huang