Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-03 | remove "def" and "node.val" usage from high-level operations. | An-Cheng Huang | |
2010-07-28 | add new cstore library | An-Cheng Huang | |
2010-06-23 | remove unneeded API function | An-Cheng Huang | |
2010-06-19 | fix for bug 5705 | Michael Larson | |
2010-06-09 | fix another default value display problem | An-Cheng Huang | |
2010-06-04 | modified show output when root deactivated node is deleted. in this case ↵ | Michael Larson | |
suppress the active designation. | |||
2010-06-03 | adjusting 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-03 | fix for 5565. | Michael Larson | |
2010-05-14 | initial 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-05 | boot loader support now added. various bug fixes and some small rework. | Michael Larson | |
2010-05-04 | initial working version of activate and deactivate: load,save,show,commit ↵ | Michael Larson | |
supported. | |||
2010-04-01 | fix for bug 5450. | Michael Larson | |
2010-02-23 | Hide wireless and tunnel key values | Stephen Hemminger | |
Don't want to show WPA and WEP and VPN keys. | |||
2009-03-23 | Remove #! /usr/bin/perl | Stephen Hemminger | |
The modules are not perl executables, they are modules. Fixes lintian warning | |||
2009-02-04 | Vyatta::ConfigOutput - test for exists should not use defined | Stephen Hemminger | |
exists returns a boolean so no need to explicitly check for defined. | |||
2009-01-26 | ConfigOutput: Fix perlcritic warning | Stephen 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-21 | Convert VyattaConfig (et al) to Vyatta::Config | Stephen Hemminger | |
Use hierarchal directory structure |