From mboxrd@z Thu Jan 1 00:00:00 1970 From: mjc22 Subject: libipq bug? Date: Wed, 26 Mar 2003 20:11:54 -0500 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3E8531D7@webmail.drexel.edu> 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 guys, Currently I have 2 rules: iptables -A INPUT -j QUEUE iptables -A OUTPUT -j QUEUE I also have a libipq program.... I get the packets fine with the program, except the IP id is messed up. The IP header ID always seems to be the ID of the previous packet... not the current one. Everything else looks ok, except the IP header ID... Any ideas?