Parcourir la source

blackhole: Add wiskey interface

Sebastien Badia il y a 9 ans
Parent
commit
22434f5fdf
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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