summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xipif/service-wrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipif/service-wrap b/ipif/service-wrap
index 8dca1c3..2bca709 100755
--- a/ipif/service-wrap
+++ b/ipif/service-wrap
@@ -229,7 +229,7 @@ sub readconfig ($) {
my $net = $hn->network() or die;
maybe_allow_addrs 'Local', $host;
maybe_allow_addrs 'Remote', $net;
- } elsif (s{^(local|remote|addrs)\s+(\S+)\ s+}{}) {
+ } elsif (s{^(local|remote|addrs)\s+(\S+)\s+}{}) {
my $h = $1;
my $s = new NetAddr::IP::Lite $2 or
badcfg "invalid ip address or mask in $h";