From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: nftables setup issues Date: Fri, 25 Oct 2013 12:04:40 +0200 Message-ID: <20131025100440.GA5475@localhost> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alex Chapman Cc: "netfilter@vger.kernel.org" On Fri, Oct 25, 2013 at 09:57:02AM +0100, Alex Chapman wrote: > Hi, > > > I have followed the setup in the online howto guide: > > https://home.regit.org/netfilter-en/nftables-quick-howto/ > > Only difference being using the following kernel source as per Pablo's recent mail: > > http://marc.info/?l=netfilter-devel&m=138176887917614&w=2 > > > git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables.git net-next > > When I attempt to run nft -f files/nftables/ipv4-filter I get the following error: > > In file included from internal:0:0-0: > files/nftables/ipv4-filter:3:1-2: Error: Could not add table: Invalid argument > table filter { > ^^ > > Any ideas as to why this is happening? First thing to check is to make sure you can load the nf_tables module.