Iptables MARK
Hi all,
What is the maximum value I can use for packet marking in iptables? Is the mark using a single byte, so a maximum of 255 values?
I'm wanting to do some per IP addr traffic shaping with tc, and it looks as though the only method is to mark packets with iptables, and then send them to a class dedicated to that mark/IP pair. I have less than 255 known IP addresses so a max mark value of 255 won't be a problem.
Cheers
|