From 6eeec08989cd11ca32945a3c686997b8d925d2c7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 18 Mar 2013 11:38:16 +0100 Subject: [PATCH 1/1] Listen on @6:2100 only (not @:2100) Seems like @:2100 traffic gets routed there as well. --- rpm/zebrasrv.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/zebrasrv.init b/rpm/zebrasrv.init index c8c50eb..0aac69f 100755 --- a/rpm/zebrasrv.init +++ b/rpm/zebrasrv.init @@ -11,7 +11,7 @@ . /etc/rc.d/init.d/functions -OPTIONS="-l /var/log/zebrasrv.log -u nobody tcp:@6:2100 tcp:@:2100" +OPTIONS="-l /var/log/zebrasrv.log -u nobody tcp:@6:2100" if [ -f /etc/sysconfig/zebrasrv ]; then . /etc/sysconfig/zebrasrv -- 1.7.10.4