diff --git a/etc/rc.newwanip b/etc/rc.newwanip index f5854a7164..29df929895 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -115,7 +115,8 @@ touch("/tmp/filter_dirty"); enable_rrd_graphing(); /* restart packages */ -exec("/etc/rc.start_packages"); +if($old_ip <> $curwanip) + exec("/etc/rc.start_packages"); /* reload slbd */ /* if ($config['load_balancer']['lbpool']['type'] == "gateway") */