netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* TOS target mask - leave alone the ECN bits
@ 2013-11-10 11:53 Patrick Schaaf
  2013-11-11  7:31 ` Jan Engelhardt
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Schaaf @ 2013-11-10 11:53 UTC (permalink / raw)
  To: netfilter-devel

Dear netfilter developers,

I'm stumbling over a confusion, maybe just mine, regarding the use of the mask 
value of the TOS target in order to avoid messing with the ECN bits within. 

I thought I understood the issue, starting to use, for example:

	-j TOS --set-tos 0x0c/0xfc

which should result in A) leaving ECN alone and B) set the DSCP bits to 
000011, the first "reserved for local use" value.

The confusion I'd like to clear up with this mail, is that googling around to 
confirm my understanding, I found the following text in my iptables-extensions 
manual page for the tos _match_ --tos option:

	... Note that this implies a mask of 0x3F, i.e. all but the ECN bits.

Is my understanding wrong, should I use --set-tos 0x03/0x3f instead for the 
example above? Or is the manpage wrong?

best regards
  Patrick

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-11  7:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-10 11:53 TOS target mask - leave alone the ECN bits Patrick Schaaf
2013-11-11  7:31 ` Jan Engelhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).