All of lore.kernel.org
 help / color / mirror / Atom feed
* nftables jump <chain> target invalid argument
@ 2013-11-14 16:53 Alex Chapman
  2013-11-15 13:06 ` Eric Leblond
  2013-11-17 23:54 ` [nftables PATCh 0/3] Fix jump operation Eric Leblond
  0 siblings, 2 replies; 7+ messages in thread
From: Alex Chapman @ 2013-11-14 16:53 UTC (permalink / raw)
  To: netfilter@vger.kernel.org

Hi,

When attempting to use the jump target to forward traffic to a newly created chain I get the following error:

[root@home nftables]# nft add rule filter forward ip daddr 9.9.9.9 jump new
<cmdline>:1:1-49: Error: Could not process rule in batch: Invalid argument
add rule filter forward ip daddr 9.9.9.9 jump new
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


[root@home nftables]# nft list table filter
table ip filter {
        chain input {
                 type filter hook input priority 0;
        }

        chain forward {
                 type filter hook forward priority 0;
        }

        chain output {
                 type filter hook output priority 0;
        }

        chain new {
        }
}


Is this the correct use of the command? 

Thanks! 		 	   		  

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-11-19 20:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-14 16:53 nftables jump <chain> target invalid argument Alex Chapman
2013-11-15 13:06 ` Eric Leblond
2013-11-17 23:54 ` [nftables PATCh 0/3] Fix jump operation Eric Leblond
2013-11-17 23:54   ` [nftables PATCH 1/3] expression: fix indent Eric Leblond
2013-11-17 23:54   ` [nftables PATCH 2/3] jump: fix logic in netlink linearize Eric Leblond
2013-11-17 23:54   ` [nftables PATCH 3/3] verdict: fix delinearize in case of jump Eric Leblond
2013-11-19 20:13   ` [nftables PATCh 0/3] Fix jump operation Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.