Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2012 04:33:58 +0900
From:      Randy Bush <randy@psg.com>
To:        Luigi Rizzo <rizzo@iet.unipi.it>
Cc:        FreeBSD Net <net@freebsd.org>
Subject:   Re: dummynet dummy
Message-ID:  <m28vi41yzd.wl%randy@psg.com>
In-Reply-To: <20120409125922.GA38663@onelab2.iet.unipi.it>
References:  <m2hawt153c.wl%randy@psg.com> <20120409125922.GA38663@onelab2.iet.unipi.it>

next in thread | previous in thread | raw e-mail | index | archive | help
>> dum0# ipfw 900 pipe 1 config queue 20 delay 10ms
> remove the '900'
> 	ipfw pipe 1 config queue 20 delay 10ms

thanks!  but ...

sure, it's not really part of the programmitic sequence.  but one can
not see it's there!

randy

dum0# ipfw show
00100  0    0 deny log ip from any to any ipoptions ssrr,lsrr,rr
00200  0    0 allow ip from any to any via lo0
00300  0    0 deny log ip from 127.0.0.0/8 to any
00400  0    0 deny log ip from any to 127.0.0.0/8
00500  0    0 allow tcp from me to any dst-port 25
00600  0    0 deny tcp from any to any dst-port 25
00700  8 8494 pipe 1 tcp from 147.28.2.129 to 147.28.2.133
00800 12 6390 pipe 2 tcp from 147.28.2.133 to 147.28.2.129
65530 16 1392 allow ip from any to any
65535  5  376 deny ip from any to any



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m28vi41yzd.wl%randy>