diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-09 14:08:54 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-09 14:08:54 +0200 |
commit | 68fbc0c20a2b1c92481a9028dd7d21970d4e997b (patch) | |
tree | 8414257f38b6564f3a0a4a4a714ec0fc95204010 /scripts | |
parent | 8ba7cc7af7d6d305b9e48ff2b2ce70f722994c71 (diff) | |
download | vyatta-cfg-68fbc0c20a2b1c92481a9028dd7d21970d4e997b.tar.gz vyatta-cfg-68fbc0c20a2b1c92481a9028dd7d21970d4e997b.zip |
T3816: Partial revert "Remove unused scripts."
This reverts parts of commit 5475f9ab0f9bc3f547491d6f2e2e441ea4ffed57.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/enumeration/existing-interfaces | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/enumeration/existing-interfaces b/scripts/enumeration/existing-interfaces new file mode 100755 index 0000000..1defc22 --- /dev/null +++ b/scripts/enumeration/existing-interfaces @@ -0,0 +1,4 @@ +#!/bin/bash + +ls /sys/class/net 2>/dev/null + |