Listen on @6:2100 only (not @:2100)
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 18 Mar 2013 10:38:16 +0000 (11:38 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 18 Mar 2013 10:38:16 +0000 (11:38 +0100)
Seems like @:2100 traffic gets routed there as well.

rpm/zebrasrv.init

index c8c50eb..0aac69f 100755 (executable)
@@ -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