From f6108b27c48cff53f3bc4ed945b1249406da9b89 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 5 Apr 2010 17:41:10 +0100 Subject: [PATCH] spot the bug Signed-off-by: Stephen Gran --- modules/ferm/templates/me.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 716233a8..19a1f829 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -25,7 +25,7 @@ if %w{bartok beethoven}.include?(hostname) then ssh6allowed << '$HOST_DEBIAN_V6' end ssh4allowed.length == 0 and ssh4allowed << '0.0.0.0/0' -ssh6allowed.length == 0 and ssh6allowed << '::' +ssh6allowed.length == 0 and ssh6allowed << '::/0' out << "@def $SSH_SOURCES = (#{ssh4allowed.join(' ')});" out << "@def $SSH_V6_SOURCES = (#{ssh6allowed.join(' ')});" -- 2.39.2