From 7790196644a3cc38cc2ec7d0df01f164479b43be Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 15 Feb 2013 15:40:38 -0200 Subject: [PATCH] Restart snmpd on rc.newwanip. It should fix #2756 --- etc/rc.newwanip | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/rc.newwanip b/etc/rc.newwanip index ef72c2db55..6f6b6801e2 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -202,6 +202,9 @@ enable_rrd_graphing(); /* reload igmpproxy */ services_igmpproxy_configure(); +/* restart snmp */ +services_snmpd_configure(); + restart_packages(); ?>