Re: load ipfw table addresses from file

2010-04-09 Thread Ivan Voras
On 04/09/10 10:06, Julian Elischer wrote: > On 4/9/10 1:02 AM, Alex Keda wrote: >> 09.04.2010 11:14, Hizel Ildar пишет: > # wc -l /root/scripts/db/table.25.txt 61073 /root/scripts/db/table.25.txt # date&& for i in `cat /root/scripts/db/table.25.txt`; do ipfw table 25 add $i; do

Re: load ipfw table addresses from file

2010-04-09 Thread Julian Elischer
On 4/9/10 1:02 AM, Alex Keda wrote: 09.04.2010 11:14, Hizel Ildar пишет: # wc -l /root/scripts/db/table.25.txt 61073 /root/scripts/db/table.25.txt # date&& for i in `cat /root/scripts/db/table.25.txt`; do ipfw table 25 add $i; done&& date пятница, 9 апреля 2010 г. 10:42:01 (MSD) пятница, 9 апр

Re: load ipfw table addresses from file

2010-04-09 Thread Alex Keda
09.04.2010 11:14, Hizel Ildar пишет: В Fri, 09 Apr 2010 10:57:31 +0400 Alex Keda пишет: hi! is there any plans to implement such opportunities? for large files (we have 60k lines) it's very slow work srv1# sh -E # wc -l /root/scripts/db/table.25.txt 61073 /root/scripts/db/table.25.tx

Re: load ipfw table addresses from file

2010-04-09 Thread Hizel Ildar
В Fri, 09 Apr 2010 10:57:31 +0400 Alex Keda пишет: > hi! > is there any plans to implement such opportunities? > for large files (we have 60k lines) it's very slow work > > srv1# sh -E > # wc -l /root/scripts/db/table.25.txt > 61073 /root/scripts/db/table.25.txt > # date && for i in `cat /ro

load ipfw table addresses from file

2010-04-08 Thread Alex Keda
hi! is there any plans to implement such opportunities? for large files (we have 60k lines) it's very slow work srv1# sh -E # wc -l /root/scripts/db/table.25.txt 61073 /root/scripts/db/table.25.txt # date && for i in `cat /root/scripts/db/table.25.txt`; do ipfw table 25 add $i; done && date