diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2011-04-13 15:32:55 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2011-04-13 15:32:55 -0700 |
commit | bea24e830d53460703c9bdefd54476080b011450 (patch) | |
tree | a940758dd93c205670d54898ed16a09e33a61899 /src/cnode/cnode-algorithm.hpp | |
parent | 7659d4706b5c167f826d7ab4ecb2ef4a7eb74d7a (diff) | |
download | vyatta-cfg-bea24e830d53460703c9bdefd54476080b011450.tar.gz vyatta-cfg-bea24e830d53460703c9bdefd54476080b011450.zip |
fix for bug 6996
* add "ignore-edit" option for config output.
* ignore "edit level" when saving config file.
Diffstat (limited to 'src/cnode/cnode-algorithm.hpp')
-rw-r--r-- | src/cnode/cnode-algorithm.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cnode/cnode-algorithm.hpp b/src/cnode/cnode-algorithm.hpp index 2f8995d..3985b9f 100644 --- a/src/cnode/cnode-algorithm.hpp +++ b/src/cnode/cnode-algorithm.hpp @@ -42,7 +42,7 @@ extern const string WORKING_CFG; void showConfig(const string& cfg1, const string& cfg2, const Cpath& path, bool show_def = false, bool hide_secret = false, bool context_diff = false, - bool show_cmds = false); + bool show_cmds = false, bool ignore_edit = false); } // namespace cnode |