index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
completion
/
list_pppoe_peers.sh
blob: 382a29264dea0903b70bfd94b21b901c2280c8d6 (
plain
)
1
2
3
4
5
6
#!/bin/sh if [ -d /etc/ppp/peers ]; then cd /etc/ppp/peers ls pppoe* fi