]> git.sesse.net Git - nms/blobdiff - clients/zyxelng.pl
zyxelNG fixes, it works now... I think.
[nms] / clients / zyxelng.pl
index c3d08fcfa505017c723ceefd606145606b3ba13d..a5ec109939eb74d527d683c21373984d1230c3dc 100644 (file)
@@ -78,7 +78,7 @@ foreach (split(/\n+/, $cmds1)) {
 my $cmd;
 #$cmd = "ip ifconfig swif0 192.168.1.1/24" if $one;
 #$cmd = "ip ifconfig swif0 192.168.2.150/24" unless $one;
-$cmd = "ip ifconfig swif0 $newip/24";
+$cmd = "ip ifconfig swif0 $newip/30";
 
 print "Sending '$cmd'\n";
 my $pid = fork();