On Mon, Jun 30, 2008 at 6:39 PM, Ingo Flaschberger <[EMAIL PROTECTED]> wrote: >> I'm curious now... how do you change individual device polling via sysctl? > > not via sysctl, via ifconfig: > > # enable interface polling > /sbin/ifconfig em0 polling > /sbin/ifconfig em1 polling > /sbin/ifconfig em2 polling > /sbin/ifconfig em3 polling > > (and via /etc/rc.local also across reboots)
No, you put it into the ifconfig_X lines in /etc/rc.conf as the last option. Or -polling to disable it. ifconfig_em0='inet 1.2.3.4/24 polling" ifconfig_em2='inet 1.2.3.5/24 -polling" -- Freddie Cash [EMAIL PROTECTED] _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"