From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glaucius Djalma Pereira Junior Date: Wed, 08 Jun 2005 17:05:59 +0000 Subject: [LARTC] tc filter and ip match Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org hi all people, I'm using tc and htb to create classes and do some QoS , but i would like to know if i can do it: after to create the classes I need to create the rules using tc filter : tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip dst 10.0.0.0/8 flowid 1:10 ok, this rule works with all packets going to 10.0.0.0/8, but how can i write a rule using "!" or "not" , like : tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip dst NOT 10.0.0.0/8 flowid 1:10 ps.: I would not like to use iptables and mangle table. did you understand ? best regards -- Glaucius Djalma Pereira Junior glaucius@gmail.com _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc