diff options
Diffstat (limited to 'scripts/vyatta-show-protocols')
-rwxr-xr-x | scripts/vyatta-show-protocols | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-show-protocols b/scripts/vyatta-show-protocols index 0d349b45..51450632 100755 --- a/scripts/vyatta-show-protocols +++ b/scripts/vyatta-show-protocols @@ -25,7 +25,7 @@ use warnings; # Map from command line to config->XXX() function my %actions = ( - 'configured' => 'existsOrig', + 'original' => 'existsOrig', 'exists' => 'exists', 'added' => 'isAdded', 'changed' => 'isChanged', |