diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-01 11:42:54 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-23 14:36:56 +0100 |
commit | c88b2442c23bb715334edcb673a3a0f9a2743aa2 (patch) | |
tree | 64aa2f995e0befdf1273ae779d2b47131f52e7b2 /src/completion | |
parent | 426f9d33d24a163fc1fc169930d7b969abf846b0 (diff) | |
download | vyos-1x-c88b2442c23bb715334edcb673a3a0f9a2743aa2.tar.gz vyos-1x-c88b2442c23bb715334edcb673a3a0f9a2743aa2.zip |
pppoe: T1318: add op-mode commands for link information
Diffstat (limited to 'src/completion')
-rwxr-xr-x | src/completion/list_pppoe_peers.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/completion/list_pppoe_peers.sh b/src/completion/list_pppoe_peers.sh new file mode 100755 index 000000000..382a29264 --- /dev/null +++ b/src/completion/list_pppoe_peers.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +if [ -d /etc/ppp/peers ]; then + cd /etc/ppp/peers + ls pppoe* +fi |