1 |
vip-ire |
1.1 |
--- 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 |
2 |
|
|
+++ smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/25listen 2008-09-15 18:01:40.000000000 +0200 |
3 |
|
|
@@ -1,8 +1,8 @@ |
4 |
|
|
{ |
5 |
|
|
# Compute the first IP of the network |
6 |
|
|
our $net = $chilli{'net'} || '10.1.0.0/255.255.255.0'; |
7 |
|
|
-our chillip = NetAddr::IP->new($net) + 1; |
8 |
|
|
-$chillip = $net->addr; |
9 |
|
|
+our $chillip = NetAddr::IP->new($net) + 1; |
10 |
|
|
+$chillip = $chillip->addr; |
11 |
|
|
|
12 |
|
|
$OUT = "uamlisten $chillip\n"; |
13 |
|
|
|