summaryrefslogtreecommitdiff
path: root/scripts/VyattaConfigOutput.pm
AgeCommit message (Collapse)Author
2008-11-21Convert VyattaConfig (et al) to Vyatta::ConfigStephen Hemminger
Use hierarchal directory structure
2008-10-07Fix Bug 3770 vpn pre-shared keys should be obscured in "show configuration"Mohit Mehta
2008-07-11fix for bug 3441. Selective stripping of the 'def' only needs to occur in ↵Michael Larson
one location. hease enter the commit message for your changes.
2008-07-10Revert "fix for bug 3441. Removed def from listOutputNodes(), which allowed ↵Michael Larson
other code that filters out def file to be removed." Need to spend more time with this fix--'def' is used in locations to suppress non-user specified default values. will reapply revised fix after a bit more vetting. This reverts commit 42d6c942800e2273b77ea92371ffdcb3f183163f.
2008-07-09fix for bug 3441. Removed def from listOutputNodes(), which allowed other ↵root
code that filters out def file to be removed.
2008-04-24fix for show -all. note there is a change in how config files are ↵Michael Larson
saved--only set values are now save as opposed to set values plus all default values. set values will be saved now even if they match the default value.
2008-04-23backing out show cmd change for now on existence of defMichael Larson
2008-04-23final checkin as fix for bug 1219.Michael Larson
2008-04-23mask out def markers in config scriptMichael Larson
2008-04-01fix for bug 2689: sort tag nodes appropriatelyAn-Cheng Huang
2008-03-10Add GPLv2 to additional Vyatta created scriptsrbalocca
2008-03-05Add VPL to scripts and fix lintian errorsrbalocca
2008-02-11fix for bug 2547: showing/saving configuration now outputs new format ↵An-Cheng Huang
(no colons; quotes used only for special characters).
2008-02-05fix for bug 2734: different messages for "empty" and "invalid".An-Cheng Huang
2008-01-08hide "password" values in output of "show configuration".An-Cheng Huang
2007-11-27handle type-less leaf node for "show"An-Cheng Huang
2007-11-27fix for bug 2490: display node value(s) when a leaf node is specifiedAn-Cheng Huang
with "show".
2007-11-27distinguish deleted and nonexistent nodes in show output.An-Cheng Huang
2007-11-02* config-mode "show" command now hides default values.An-Cheng Huang
* add "show -all" command to display all values. * "save" command saves all values.
2007-09-25initial import (from eureka /cli) plus new build system.upstreamAn-Cheng Huang