On Fri, May 29, 2009 at 11:59:54PM +0100, Federico G. Schwindt wrote:
> On Sat, May 30, 2009 at 12:17:16AM +0200, Laurent Ghigonis wrote:
> > Hi here :)
> >
> > i guess i found a typo in the pf.conf man page, syntax section.
> >
> > anyway, keep up the great work devs !
> > clean and simple ... l
>> I need some help with my idea about PF.
>> So, assume that we want to assign all packets passed that rule to one
>> of _subqueues_ of "pq" queue. Not to "pq" itself. That assignment must
>> be based on packet's destination IP address, so packets to 192.168.0.1
>> must be assigned to "pq_1" queue
On Sat, May 30, 2009 at 12:17:16AM +0200, Laurent Ghigonis wrote:
> Hi here :)
>
> i guess i found a typo in the pf.conf man page, syntax section.
>
> anyway, keep up the great work devs !
> clean and simple ... love it
that's actually correct. ttl is part of the string.
f.-
Hi here :)
i guess i found a typo in the pf.conf man page, syntax section.
anyway, keep up the great work devs !
clean and simple ... love it
laurent
Index: share/man/man5/pf.conf.5
===
RCS file: /cvs/src/share/man/man5/pf.conf.5,
On Fri, May 29, 2009 at 8:22 PM, Anton Maksimenkov
wrote:
> I need some help with my idea about PF. I want to implement idea based
> on freebsd's ipfw "mask dst-ip" feature.
>
> Lets assume that we have some altq rules like this:
> altq on $if cbq bandwidth 100Mb queue { std, ..., pq }
> queue ..
I need some help with my idea about PF. I want to implement idea based
on freebsd's ipfw "mask dst-ip" feature.
Lets assume that we have some altq rules like this:
altq on $if cbq bandwidth 100Mb queue { std, ..., pq }
queue ...
queue pq bandwidth ... priority 1 cbq { pq_1, pq_2, pq_3,...}