--- smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/25listen.template_syntax_error 2008-09-14 21:04:14.000000000 +0200 +++ smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/25listen 2008-09-15 18:01:40.000000000 +0200 @@ -1,8 +1,8 @@ { # Compute the first IP of the network our $net = $chilli{'net'} || '10.1.0.0/255.255.255.0'; -our chillip = NetAddr::IP->new($net) + 1; -$chillip = $net->addr; +our $chillip = NetAddr::IP->new($net) + 1; +$chillip = $chillip->addr; $OUT = "uamlisten $chillip\n";