From: marko Date: Mon, 13 Aug 2007 07:10:01 +0000 (+0000) Subject: Prevent zebra and related daemons from accepting control connections X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=82e015f20c0223338bd0d4685b120927b2596036;p=imunes.git Prevent zebra and related daemons from accepting control connections on their designated TCP ports, given that we strive to control the suite exclusively through vtysh. Bug found by: Submitted by: Reviewed by: Approved by: Obtained from: --- diff --git a/quaggaboot.sh b/quaggaboot.sh index a4f9a64..bb966cb 100755 --- a/quaggaboot.sh +++ b/quaggaboot.sh @@ -1,9 +1,9 @@ #!/bin/sh -zebra -d +zebra -dP0 for f in rip ripng ospf bgp; do - fgrep -q "router $f" $1 && ${f}d -d + fgrep -q "router $f" $1 && ${f}d -dP0 done vtysh -b