[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 178] Re: cdnr setting
I am running ALTQ2.0 on FreeBSD3.2. Here below is the config file I use for
a simple marker. But seems the packtes are not marked. The tos fields shown
in the tcpdump are 0x10, not what I want.
# fxp0 : 202.14.154.40 which connects to 202.14.154.41
#xl0: 202.14.152.40 which connects to 202.14.152.41
interface fxp0
conditioner fxp0 try_marker <mark 0x38>
filter fxp0 try_marker 0 0 202.14.152.41 0 0
interface xl0
conditioner xl0 try2_marker <mark 0x40>
filter xl0 try2_marker 0 0 202.14.154.41 0 0
But when I put all the parameters in the filter line to zero, the packets
get marked. I would like to know what does each parameter means...
Thanks.
Cheng