diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-07-16 09:57:11 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-07-16 09:57:11 -0700 |
commit | 438beb1133c14cd3bf6bf16a1fb99fc63973a9de (patch) | |
tree | 6b05da24e86b93e220d0a9db92e181e18b665fd5 /scripts/vyatta-show-interfaces.pl | |
parent | 12389b69ceff66a1642d28f904c1685b7421f719 (diff) | |
download | vyatta-op-438beb1133c14cd3bf6bf16a1fb99fc63973a9de.tar.gz vyatta-op-438beb1133c14cd3bf6bf16a1fb99fc63973a9de.zip |
add openvpn interfaces to "show interfaces"
Diffstat (limited to 'scripts/vyatta-show-interfaces.pl')
-rwxr-xr-x | scripts/vyatta-show-interfaces.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vyatta-show-interfaces.pl b/scripts/vyatta-show-interfaces.pl index d9e74b2..7e76fa6 100755 --- a/scripts/vyatta-show-interfaces.pl +++ b/scripts/vyatta-show-interfaces.pl @@ -45,6 +45,7 @@ my %intf_hash = ( pppoa => 'pppoa', adsl => 'adsl', multilink => 'ml', + openvpn => 'vtun', ); # |