rename listening tap to be hourglass0
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 1 Jan 2022 12:29:03 +0000 (23:29 +1100)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 1 Jan 2022 12:29:03 +0000 (23:29 +1100)
setup.sh

index 96463bc17b5cad747420e26d05116aa724189464..3585d74d12bbe45a9053ba1f657f25e83bcc8fa0 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -1,8 +1,11 @@
 #!/bin/bash
+#
+# This is a control script to start and stop the network activity
+# listening.
 
 CMD=${1-start}
 NET=192.168.249
-TAP=tap0
+TAP=hourglass0
 SET=TIMO
 
 cd $(dirname $0)