Re: PF and DiffServ (End-to-End QoS)
Rafael Ganascim <[email protected]>
| Newsgroups | gmane.os.openbsd.pf |
|---|---|
| Message-ID | <[email protected]> |
Hi Stuart / List, This option, 'tos XXX' can set TOS values only or can use (and match) DSCP values too? 2009/6/4 Stuart Henderson <[email protected]>: > On 2009/06/04 11:42, Rafael Ganascim wrote: >> Hi list, >> >> Can the PF works with the DiffServ DSCP markings in the IP packets? >> >> The idea is do the DSCP marking (classification) as close the source >> traffic and when the packet through my network, the 'core' routers >> only put the packets in the correct queue, based on DSCP value >> (without the need of reclassification). >> >> Can I with PF do this? > > yes. "pass tos XXX", "match scrub (set-tos XXX)". > >