From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: patch: Action repeat Date: Sat, 30 Apr 2005 19:06:56 +0200 Message-ID: <4273BB30.1050402@trash.net> References: <1114879817.8929.117.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev , "David S. Miller" Return-path: To: hadi@cyberus.ca In-Reply-To: <1114879817.8929.117.camel@localhost.localdomain> Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org jamal wrote: > Long standing bug. > Policy to repeat an action never worked. I have a question regarding tcf_action_init() and skb->tc_classid. tcf_action_init() overrides the classification result with skb->tc_classid if set, but it isn't set anywhere. Do you have future plans for it or can we remove it? Regards Patrick