diff options
Diffstat (limited to 'scripts/vyatta-save-config.pl')
-rwxr-xr-x | scripts/vyatta-save-config.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/vyatta-save-config.pl b/scripts/vyatta-save-config.pl index a9b5779..4af5d97 100755 --- a/scripts/vyatta-save-config.pl +++ b/scripts/vyatta-save-config.pl @@ -100,7 +100,8 @@ if ($mode eq 'local') { } select $save; -my @show_cmd = ('cli-shell-api', 'showCfg', '--show-active-only'); +my @show_cmd = ('cli-shell-api', 'showConfig', '--show-active-only', + '--show-ignore-edit'); if ($show_default) { push @show_cmd, '--show-show-defaults'; } |