diff options
author | Ian Moffett <ian@osmora.org> | 2025-04-18 22:10:34 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-04-18 22:10:48 -0400 |
commit | 4a9edffc5d915413e32ae43c955d57b162743f20 (patch) | |
tree | 0c5036f458af94b77586b4cd81c2bc09592a75c5 /tools | |
parent | 644e3f28c1b9df9e0e64a11bd206cda9827a3e90 (diff) |
tools: Add tap interface test script
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/taptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/taptest b/tools/taptest new file mode 100755 index 0000000..aedfbf6 --- /dev/null +++ b/tools/taptest @@ -0,0 +1,3 @@ +#!/bin/bash + +arping -b -c 3 -I tap0 192.168.10.255 |