Browse Source

blackhole: Add wiskey interface

Sebastien Badia 9 years ago
parent
commit
22434f5fdf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      blackhole/flood-detector.sh

+ 3 - 0
blackhole/flood-detector.sh

@@ -26,6 +26,9 @@ case $hostname in
   "grimoire")
     IFACE="eth0"
     ;;
+  "whiskey")
+    IFACE="lagg0.3012"
+    ;;
   *)
     echo "Unknown router"
     exit 1