Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Sep 2006 19:53:45 +0400
From:      =?koi8-r?Q?=F7=CC=C1=C4=C9=CD=C9=D2_=EB=C1=D0=D5=D3=D4=C9=CE?= <msgs_for_me@mail.ru>
To:        freebsd-pf@freebsd.org
Subject:   Troubles with PF Tables
Message-ID:  <E1GKzij-000Jsc-00.msgs_for_me-mail-ru@f80.mail.ru>

next in thread | raw e-mail | index | archive | help
I have table "spamers", which renews by cron with help of easy script:

cp /home/netup/spamers /pf/spamers;
pfctl -d;
sleep 15;
pfctl -e -f /etc/pf.conf;

but after that actually table "spamers" have no changes

if I do the same manually (disable & enable PF) the changes take effect
how can I implement some automatization on this process?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1GKzij-000Jsc-00.msgs_for_me-mail-ru>