From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peteris Krumins Subject: mark match Date: Sat, 29 Mar 2003 15:25:52 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <190389138671.20030329152552@lf.lv> Reply-To: Peteris Krumins Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org hi, what's the point of mask in the mark match? for example, i want to match anything marked from 1 (1b) to 127 (1111111b), is it possible to do it using a mask? nfmark mask match 1 & 127 = 1 77 & 127 = 77 i see no point in mask. could anyone explain the use of mask to match multiple nfmarks? P.Krumins