diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2008-05-02 16:38:52 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2008-05-02 16:38:52 -0700 |
commit | 45cb2621b897e9eb470fb2aa5d6868f4f8563799 (patch) | |
tree | 4384fe86c4059143177d803ea50f49a84231dafa /scripts/vyatta-show-interfaces.pl | |
parent | 6c3a507375a07dd8c11c1ac744e6cbec04207c06 (diff) | |
download | vyatta-op-45cb2621b897e9eb470fb2aa5d6868f4f8563799.tar.gz vyatta-op-45cb2621b897e9eb470fb2aa5d6868f4f8563799.zip |
Bugfix: 3228hollister
Support command "show interfaces pppoa <ifname>".
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 93760c6..7cacb57 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', + pppoa => 'pppoa', adsl => 'adsl', multilink => 'ml', ); |