summaryrefslogtreecommitdiff
path: root/src/completion
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-01 11:42:54 +0100
committerChristian Poessinger <christian@poessinger.com>2020-02-23 14:36:56 +0100
commitc88b2442c23bb715334edcb673a3a0f9a2743aa2 (patch)
tree64aa2f995e0befdf1273ae779d2b47131f52e7b2 /src/completion
parent426f9d33d24a163fc1fc169930d7b969abf846b0 (diff)
downloadvyos-1x-c88b2442c23bb715334edcb673a3a0f9a2743aa2.tar.gz
vyos-1x-c88b2442c23bb715334edcb673a3a0f9a2743aa2.zip
pppoe: T1318: add op-mode commands for link information
Diffstat (limited to 'src/completion')
-rwxr-xr-xsrc/completion/list_pppoe_peers.sh6
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