diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2008-04-14 15:31:11 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2008-04-14 15:31:11 -0700 |
commit | 79954f9cd170ff656cd64f764b824db8fa145bfe (patch) | |
tree | 5730c953ad8b835882566b38b27f5c8820716bf7 /scripts/vyatta-show-interfaces.pl | |
parent | 1a34530e80408b65fac1806c90b1d280e24d9a79 (diff) | |
download | vyatta-op-79954f9cd170ff656cd64f764b824db8fa145bfe.tar.gz vyatta-op-79954f9cd170ff656cd64f764b824db8fa145bfe.zip |
Enable display of info about ADSL interfaces.
Diffstat (limited to 'scripts/vyatta-show-interfaces.pl')
-rw-r--r-- | 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 0ec5d3e..93760c6 100644 --- a/scripts/vyatta-show-interfaces.pl +++ b/scripts/vyatta-show-interfaces.pl @@ -42,6 +42,7 @@ my %intf_hash = ( bridge => 'br', loopback => 'lo', pppoe => 'pppoe', + adsl => 'adsl', multilink => 'ml', ); |