summaryrefslogtreecommitdiff
path: root/lib/Vyatta/ConfigOutput.pm
AgeCommit message (Collapse)Author
2010-08-03remove "def" and "node.val" usage from high-level operations.An-Cheng Huang
2010-07-28add new cstore libraryAn-Cheng Huang
2010-06-23remove unneeded API functionAn-Cheng Huang
2010-06-19fix for bug 5705Michael Larson
2010-06-09fix another default value display problemAn-Cheng Huang
2010-06-04modified show output when root deactivated node is deleted. in this case ↵Michael Larson
suppress the active designation.
2010-06-03adjusting spacing for new deactivate/activation notation in show/config output.Michael Larson
2010-06-03 implemented modified notation for pre-commit activate/deactivate. added ↵Michael Larson
check on modified nodes prior to load. modified active directory check.
2010-06-03fix for 5565.Michael Larson
2010-05-14initial checkin of comment feature for cli.Michael Larson
/* to create a comment */ > comment [PATH-TO-NODE] "my comments" /* to delete a comment */ > comment [PATH-TO-NODE] ""
2010-05-05boot loader support now added. various bug fixes and some small rework.Michael Larson
2010-05-04initial working version of activate and deactivate: load,save,show,commit ↵Michael Larson
supported.
2010-04-01fix for bug 5450.Michael Larson
2010-02-23Hide wireless and tunnel key valuesStephen Hemminger
Don't want to show WPA and WEP and VPN keys.
2009-03-23Remove #! /usr/bin/perlStephen Hemminger
The modules are not perl executables, they are modules. Fixes lintian warning
2009-02-04Vyatta::ConfigOutput - test for exists should not use definedStephen Hemminger
exists returns a boolean so no need to explicitly check for defined.
2009-01-26ConfigOutput: Fix perlcritic warningStephen Hemminger
Minor fix: Code before strictures are enabled at line 31, column 1. See page 429 of PBP. (Severity: 5)
2008-12-01"save" command broken - fix spelling error.Stig Thormodsrud
2008-11-21Convert VyattaConfig (et al) to Vyatta::ConfigStephen Hemminger
Use hierarchal directory structure