diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-11-10 17:24:47 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-11-10 17:24:47 -0800 |
commit | a88c5c7db948dbf6e326f71c8b5616d94bfaf1a8 (patch) | |
tree | 4511af5676a4443b2af5555e10937a969464eeb3 /scripts | |
parent | 6b506130775b71f50a8ec8b8b635e224cb93125f (diff) | |
download | vyatta-op-a88c5c7db948dbf6e326f71c8b5616d94bfaf1a8.tar.gz vyatta-op-a88c5c7db948dbf6e326f71c8b5616d94bfaf1a8.zip |
add wirelessmodem to interface hash to pick up description from CLI
Diffstat (limited to 'scripts')
-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 31ed90b..a776d65 100755 --- a/scripts/vyatta-show-interfaces.pl +++ b/scripts/vyatta-show-interfaces.pl @@ -46,6 +46,7 @@ my %intf_hash = ( adsl => 'adsl', multilink => 'ml', openvpn => 'vtun', + wirelessmodem => 'wlm', ); # |