]> git.ipfire.org Git - thirdparty/nftables.git/log
thirdparty/nftables.git
7 years agotests/monitor: Print error "this requires root" and exit
Harsha Sharma [Mon, 6 Nov 2017 15:34:05 +0000 (21:04 +0530)] 
tests/monitor: Print error "this requires root" and exit

If executed without root privileges, print error "this requires root!"
and exit.

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: shell: Add test case for map expression.
Varsha Rao [Sun, 29 Oct 2017 20:49:31 +0000 (02:19 +0530)] 
tests: shell: Add test case for map expression.

Add tests for different map expression.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoparser: allow classid as set key
Arturo Borrero Gonzalez [Sun, 5 Nov 2017 22:28:32 +0000 (23:28 +0100)] 
parser: allow classid as set key

Allow TC classid as set key.

Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org>
Reported-by: Tomas Mudrunka <mudrunka@spoje.net>
Tested-by: Tomas Mudrunka <mudrunka@spoje.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: nft removes required inet dependency expressions
Florian Westphal [Mon, 23 Oct 2017 22:14:04 +0000 (00:14 +0200)] 
tests: nft removes required inet dependency expressions

+inet/meta.t: line: 10: 'add rule inet t input meta nfproto ipv6 tcp dport 22': 'meta nfproto ipv6 tcp dport 22' mismatches 'tcp dport 22'
+inet/meta.t: line: 11: 'add rule inet t input meta nfproto ipv4 tcp dport 22': 'meta nfproto ipv4 tcp dport 22' mismatches 'tcp dport 22'
+inet/meta.t: line: 13: 'add rule inet t input meta nfproto ipv6 meta l4proto tcp': 'meta nfproto ipv6 meta l4proto 6' mismatches 'meta l4proto 6'
+inet/ip_tcp.t: line: 20: 'src/nft add rule inet test input ether type ip tcp dport 22': 'ether type ip tcp dport 22' mismatches 'tcp dport 22'

All of these are actual errors, i.e. meaning of rule is changed.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agotests: enable ip/ip.t for bridge protocol, too
Florian Westphal [Fri, 20 Oct 2017 14:17:54 +0000 (16:17 +0200)] 
tests: enable ip/ip.t for bridge protocol, too

This does not add any additional warnings, it just increases
coverage to bridge.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agotests: nft removes required payload protocol expressions
Florian Westphal [Wed, 22 Mar 2017 23:50:45 +0000 (00:50 +0100)] 
tests: nft removes required payload protocol expressions

This test fails with
'ip protocol tcp tcp dport 22' mismatches 'tcp dport 22'

ip protocol tcp tcp dport 22 is *ONLY* same as 'tcp dport 22' in the
ip family.

For netdev/inet/bridge, the dependency is required, as it restricts
matching to ipv4.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agotests: add test case that checks icmp6 in-ipv4
Florian Westphal [Wed, 18 Oct 2017 23:58:47 +0000 (01:58 +0200)] 
tests: add test case that checks icmp6 in-ipv4

nft does not handle this correctly.

This test fails. In:
inet input ip protocol ipv6-icmp meta l4proto ipv6-icmp icmpv6 type 1
Out:
meta l4proto 58 icmpv6 type destination-unreachable

which loses the "ipv4" dependency, i.e. listing should show the rule as-is.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agotests: icmpX: fix expected output
Florian Westphal [Thu, 26 Oct 2017 12:26:41 +0000 (14:26 +0200)] 
tests: icmpX: fix expected output

both of these rules succeed, but they should fail instead.
nft removes the ip6 nexthdr' clause, but this is not correct, it is an
explicit test for the ipv6 nexthdr value.

Implicit dependencies use meta l4proto to skip extension headers
(if any), ipv6 nexthdr does not.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agotests: fix harmess typo in table name
Florian Westphal [Mon, 23 Oct 2017 08:47:58 +0000 (10:47 +0200)] 
tests: fix harmess typo in table name

table name should be 'test-ip', not inet.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agolibnftables: Get rid of explicit cache flushes
Phil Sutter [Wed, 25 Oct 2017 11:40:29 +0000 (13:40 +0200)] 
libnftables: Get rid of explicit cache flushes

In the past, CLI as a potentially long running process had to make sure
it kept it's cache up to date with kernel's rule set. A simple test case
is this:

| shell a | shell b
| | # nft -i
| # nft add table ip t |
| | nft> list ruleset
| | table ip t {
| | }
| # nft flush ruleset |
| | nft> list ruleset
| | nft>

In order to make sure interactive CLI wouldn't incorrectly list the
table again in the second 'list' command, it immediately flushed it's
cache after every command execution.

This patch eliminates the need for that by making cache updates depend
on kernel's generation ID: A cache update stores the current rule set's
ID in struct nft_cache, consecutive calls to cache_update() compare that
stored value to the current generation ID received from kernel - if the
stored value is zero (i.e. no previous cache update did happen) or if it
doesn't match the kernel's value (i.e. cache is outdated) the cache is
flushed and fully initialized again.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agodoc: nft.8 simplify initial SYNOPSIS line
Duncan Roe [Fri, 20 Oct 2017 11:29:15 +0000 (22:29 +1100)] 
doc: nft.8 simplify initial SYNOPSIS line

In the style of tcpdump.8: where options have short and long forms, only show
short form in synopsis but mention long form in description.
Re-order option descriptions to match order in synopsis (move -N to just after -n).

Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: add nft_ prefix to everything exposed through include/nftables/nftables.h
Pablo Neira Ayuso [Tue, 24 Oct 2017 13:20:04 +0000 (15:20 +0200)] 
src: add nft_ prefix to everything exposed through include/nftables/nftables.h

Prepend nft_ prefix before these are exposed, reduce chances we hit
symbol namespace pollution problems when mixing libnftables with other
existing libraries.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agolibnftables: Introduce getters and setters for everything
Phil Sutter [Mon, 23 Oct 2017 15:33:19 +0000 (17:33 +0200)] 
libnftables: Introduce getters and setters for everything

This introduces getter/setter pairs for all parts in struct nft_ctx (and
contained structs) which should be configurable.

Most of them are simple ones, just allowing to get/set a given field:

* nft_ctx_{get,set}_dry_run() -> ctx->check
* nft_ctx_output_{get,set}_numeric() -> ctx->output.numeric
* nft_ctx_output_{get,set}_stateless() -> ctx->output.stateless
* nft_ctx_output_{get,set}_ip2name() -> ctx->output.ip2name
* nft_ctx_output_{get,set}_debug() -> ctx->debug_mask
* nft_ctx_output_{get,set}_handle() -> ctx->output.handle
* nft_ctx_output_{get,set}_echo() -> ctx->output.echo

A more complicated case is include paths handling: In order to keep the
API simple, remove INCLUDE_PATHS_MAX restraint and dynamically allocate
nft_ctx field include_paths instead. So there is:

* nft_ctx_add_include_path() -> add an include path to the list
* nft_ctx_clear_include_paths() -> flush the list of include paths

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agocli: Use nft_run_cmd_from_buffer()
Phil Sutter [Mon, 23 Oct 2017 15:33:18 +0000 (17:33 +0200)] 
cli: Use nft_run_cmd_from_buffer()

Make CLI code adhere to intended libnftables API by not open coding what
nft_run_cmd_from_buffer() does. This way, nft_run() has no users outside
of src/libnftables.c anymore and therefore can become static.

Since nft_run_cmd_from_buffer() takes care of scanner initialization and
libmnl socket passed to cli_init() is present as nft_ctx field as well,
signature of cli_init() can be reduced to just take nft_ctx pointer as
single argument.

Note that this change introduces two (possibly unwanted) side-effects:

* Input descriptor passed to scanner_push_buffer() is changed from the
  CLI-specific one to the one used by nft_run_cmd_from_buffer().

In practice though, this doesn't make a difference: input descriptor
types INDESC_CLI and INDESC_BUFFER are treated equally by erec_print().
Also, scanner_push_buffer() NULLs input descriptor name, so that is not
used at all in latter code.

* Error messages are printed to stderr instead of cli_nft->output.

This could be fixed by introducing an 'error_output' field in nft_ctx
for nft_run_cmd_from_buffer() to use when printing error messages.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agolibnftables: Introduce nft_ctx_flush_cache()
Phil Sutter [Mon, 23 Oct 2017 15:33:17 +0000 (17:33 +0200)] 
libnftables: Introduce nft_ctx_flush_cache()

This allows an application to explicitly flush caches associated with a
given nft context, as seen in cli_complete().

Note that this is a bit inconsistent in that it releases the global
interface cache, but nft_ctx_free() does the same so at least it's not a
regression.

Note that there is no need for explicit cache update routine since cache
is populated during command execution depending on whether it is needed
or not.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agolibnftables: Move library stuff out of main.c
Phil Sutter [Mon, 23 Oct 2017 15:33:16 +0000 (17:33 +0200)] 
libnftables: Move library stuff out of main.c

This creates src/libnftables.c and include/nftables/nftables.h which
will become the central elements of libnftables.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agomain: Fix for wrong argument passed to cache_release in nft_ctx_free
Phil Sutter [Thu, 19 Oct 2017 08:18:41 +0000 (10:18 +0200)] 
main: Fix for wrong argument passed to cache_release in nft_ctx_free

nft_ctx_free() should not refer to the global 'nft' variable, this will
break as soon as the function is moved away from main.c. In order to use
the cache reference from passed argument, the latter must not be const.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agorule: fix netlink debug flag when listing table/rules
Florian Westphal [Wed, 18 Oct 2017 23:03:20 +0000 (01:03 +0200)] 
rule: fix netlink debug flag when listing table/rules

nft --debug=netlink list table ...
has no effect anymore.

Callers pass in debug_mask & DEBUG_NETLINK, which gets converted
to 0/1 because the arg is a boolean.

Later on this bool is converted back to an integer, but that
won't have the desired result.

Fixes: be441e1ffdc24 ("src: add debugging mask to context structure")
Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agonetlink: Use nftnl_expr_fprintf() in netlink_dump_expr()
Phil Sutter [Wed, 4 Oct 2017 21:41:11 +0000 (23:41 +0200)] 
netlink: Use nftnl_expr_fprintf() in netlink_dump_expr()

This gets rid of the temporary buffer.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agonetlink: fix element addition to map with stateful object
Pablo Neira Ayuso [Tue, 17 Oct 2017 10:25:00 +0000 (12:25 +0200)] 
netlink: fix element addition to map with stateful object

Expressions with EXPR_F_INTERVAL_END flag set on have no right hand side,
so they store no stateful object. Skip them so we don't crash on this.

 # nft add map x testmap { type inet_service: counter\; flags interval\;}
 # nft add counter x testcounter
 # nft add element x testmap { 0-100 : "testcounter" }
 Segmentation fault

This patch also fixes the listing codepath.

Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1190
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agodoc: nft.8 change "Native Address Translation" to "Network Address Translation"
Duncan Roe [Thu, 12 Oct 2017 07:24:11 +0000 (18:24 +1100)] 
doc: nft.8 change "Native Address Translation" to "Network Address Translation"

A Google search for "Native Address Translation" found 1 entry
(http://encyclopedia2.thefreedictionary.com/Native+address+translation) which
redirects to .../Network+address+translation. All other matches are to entries
about "Network Address Translation".

Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: files: Remove tests for verdict maps.
Varsha Rao [Wed, 11 Oct 2017 05:01:49 +0000 (10:31 +0530)] 
tests: files: Remove tests for verdict maps.

Remove test cases for verdict maps. As they are already there in
tests/shell file.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: files: Remove tests for table.
Varsha Rao [Wed, 11 Oct 2017 04:59:03 +0000 (10:29 +0530)] 
tests: files: Remove tests for table.

This patch removes test case for table. As test case for it is present
in tests/shell file.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: files: Remove tests for chain.
Varsha Rao [Wed, 11 Oct 2017 04:56:08 +0000 (10:26 +0530)] 
tests: files: Remove tests for chain.

Test cases for chain are there in tests/shell file. So, remove these
testcases.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: files: Remove test cases for variable definition.
Varsha Rao [Wed, 11 Oct 2017 04:53:53 +0000 (10:23 +0530)] 
tests: files: Remove test cases for variable definition.

New test cases for variable definition are added in tests/shell file.
So, remove these test cases.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: shell: Add tests for variable definition.
Varsha Rao [Wed, 11 Oct 2017 04:51:11 +0000 (10:21 +0530)] 
tests: shell: Add tests for variable definition.

This patch adds test cases for a variable definition and redefinition.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: files: Remove tests for set.
Varsha Rao [Wed, 11 Oct 2017 04:47:51 +0000 (10:17 +0530)] 
tests: files: Remove tests for set.

This patch removes test case for set. As new test case is added to
tests/shell file.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: shell: Add test case for sets.
Varsha Rao [Wed, 11 Oct 2017 04:44:33 +0000 (10:14 +0530)] 
tests: shell: Add test case for sets.

This patch adds test case for anonymous sets.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: shell: Add test case for jump chain.
Varsha Rao [Wed, 11 Oct 2017 04:41:37 +0000 (10:11 +0530)] 
tests: shell: Add test case for jump chain.

This patch adds test case for checking jump to non existing chain.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: files: Remove jump chain tests.
Varsha Rao [Wed, 11 Oct 2017 04:37:47 +0000 (10:07 +0530)] 
tests: files: Remove jump chain tests.

Tests for loop-detect 1, 2 and 3 are already there in tests/shell file.
New test for loop-detect.4 has been added to tests/shell file. So, remove
them.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: shell: add testcases for named limits
Harsha Sharma [Sat, 14 Oct 2017 10:46:03 +0000 (16:16 +0530)] 
tests: shell: add testcases for named limits

Add testcases for creating named limits and referencing them
from rule

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoconfigure: Bump version to v0.8 v0.8
Pablo Neira Ayuso [Tue, 10 Oct 2017 19:08:07 +0000 (21:08 +0200)] 
configure: Bump version to v0.8

Update libnftnl dependency up to latest (1.0.8). Dedicate this release
to Joe Btfsplk [1], the world worst jinx.

[1] https://en.wikipedia.org/wiki/Joe_Btfsplk#/media/File:Joe_Btfsplk_Excerpt.png

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agodoc: nft.8 Document rule replace
Duncan Roe [Mon, 9 Oct 2017 14:58:41 +0000 (01:58 +1100)] 
doc: nft.8 Document rule replace

Insert synopsis and description between those for add|insert and delete

Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agonftables: make pointers in string arrays constant
Harsha Sharma [Fri, 6 Oct 2017 14:47:54 +0000 (20:17 +0530)] 
nftables: make pointers in string arrays constant

Static const char * array should be static const char *
const array as per linux-kernel coding style.

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotest: shell: update shell/run-tests.sh to refer to relative path of testcase
Harsha Sharma [Fri, 6 Oct 2017 22:47:52 +0000 (04:17 +0530)] 
test: shell: update shell/run-tests.sh to refer to relative path of testcase

Refer to relative path for tests from any directory if path for testcases
is specified.

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoscanner: IPv4-Mapped IPv6 addresses support
Pablo Neira Ayuso [Sun, 8 Oct 2017 23:40:36 +0000 (01:40 +0200)] 
scanner: IPv4-Mapped IPv6 addresses support

The scanner rejects IPv4-Mapped IPv6 addresses, eg.

 # cat test
 #!/usr/sbin/nft -f
 flush ruleset
 table inet global {
    set blackhole_ipv6 {
        type ipv6_addr
        flags interval
        elements = { ::ffff:0.0.0.0/96 }
    }
 }

 # nft -f test
 test:8:30-38: Error: syntax error, unexpected string, expecting comma or '}'
        elements = { ::ffff:0.0.0.0/96 }
                            ^^^^^^^^^^

According to RFC4291, Sect. 2.5.5.2. IPv4-Mapped IPv6 Address:

   |                80 bits               | 16 |      32 bits        |
   +--------------------------------------+--------------------------+
   |0000..............................0000|FFFF|    IPv4 address     |
   +--------------------------------------+----+---------------------+

Update scanner bits to parse this.

Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1188
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agonetlink_linearize: skip set element expression in set statement key
Anders K. Pedersen [Wed, 4 Oct 2017 14:27:45 +0000 (14:27 +0000)] 
netlink_linearize: skip set element expression in set statement key

Before this patch the following fails:

# nft add rule ip6 filter x \
set add ip6 saddr . ip6 daddr @test
nft: netlink_linearize.c:648: netlink_gen_expr: Assertion `dreg < ctx->reg_low' failed.
Aborted

This is was previously fixed for flow statements in fbea4a6f4449
("netlink_linearize: skip set element expression in flow table key"), and
this patch implements the same change for set statements by using the set
element key in netlink_gen_set_stmt().

nft-test.py is updated to support set types with concatenated data types
in order to support testing of this.

Signed-off-by: Anders K. Pedersen <akp@cohaesio.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agodoc: nft.8 add chain synopsis
Duncan Roe [Fri, 6 Oct 2017 12:53:24 +0000 (14:53 +0200)] 
doc: nft.8 add chain synopsis

The man page says this:

> {add | create} chain [family] table chain [ { {type} {hook} [device] {priority} } [policy] ]

But I suggest it should say this:

> {add | create} chain [family] table chain [ { {type} {hook} [device] {priority ;} [policy ;] } ]

i.e. the policy tuple should be inside the braces along with type, hook, device
& priority. Also the device & priority tuples each need to be followed by a
semicolon.

Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: shell: add testcases for named objects
Harsha Sharma [Thu, 5 Oct 2017 10:15:39 +0000 (15:45 +0530)] 
tests: shell: add testcases for named objects

Add testcases for creating named objects with unique name, defined
by user and referencing them from rule.

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: files: Remove old tests for chain rename.
Varsha Rao [Thu, 5 Oct 2017 08:06:47 +0000 (13:36 +0530)] 
tests: files: Remove old tests for chain rename.

These tests are not required as new test cases are added in tests/shell
file.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: shell: Add tests for chain rename.
Varsha Rao [Thu, 5 Oct 2017 08:06:46 +0000 (13:36 +0530)] 
tests: shell: Add tests for chain rename.

This patch adds test cases for renaming chain with existing and non
existing chains.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotest: shell: execute shell/run-tests.sh from any directory
Harsha Sharma [Thu, 5 Oct 2017 07:43:47 +0000 (13:13 +0530)] 
test: shell: execute shell/run-tests.sh from any directory

Update shell/run-tests.sh to refer /src/nft with a relative path

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoINSTALL: Update dependency list and configure with libxtables support
Harsha Sharma [Thu, 5 Oct 2017 07:31:09 +0000 (13:01 +0530)] 
INSTALL: Update dependency list and configure with libxtables support

Add configure with libxtables in INSTALL and required dependencies for
the same.

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoevaluate: Fix debug output
Phil Sutter [Wed, 4 Oct 2017 13:59:32 +0000 (15:59 +0200)] 
evaluate: Fix debug output

When introducing output_fp, debug output in src/evaluate.c was not
adjusted and therefore broke.

This patch restores eval debug output by applying the following changes:

- Change erec_print() and erec_print_list() to take a struct output_ctx
  pointer as first argument and use output_fp field as destination to
  print to.
- Drop octx_debug_dummy variable and instead use octx pointer from
  struct eval_ctx for debug output.
- Add missing calls to erec_destroy() in eval debug output which should
  eliminate another mem leak.

Fixes: 2535ba7006f22 ("src: get rid of printf")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoparser_bison: allow to used named limit from dictionaries too
Pablo Neira Ayuso [Mon, 2 Oct 2017 16:20:17 +0000 (18:20 +0200)] 
parser_bison: allow to used named limit from dictionaries too

Allow to use limit objects from dictionaries.

Fixes: c0697eabe832 ("src: add stateful object support for limit")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agomnl: fix broken sequence number allocation
Pablo Neira Ayuso [Mon, 2 Oct 2017 12:19:15 +0000 (14:19 +0200)] 
mnl: fix broken sequence number allocation

Wrong arithmetics with pointer.

Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1178
Fixes: 0d9d04c31481 ("src: make netlink sequence number non-static")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoMerge branch 'ct_rt_syntax_06'
Florian Westphal [Fri, 29 Sep 2017 11:55:54 +0000 (13:55 +0200)] 
Merge branch 'ct_rt_syntax_06'

inet family (and others, e.g. bridge) lack context to figure out the
layer 3 address type.

examples:
ct original saddr $addr
rt nexthop $addr

We can't use $addr, because it might be a set reference, e.g.

ct original saddr @whitelist

currently implemented workaround is to use 'meta nfproto' to provide the
l3 context, e.g.

meta nfproto ip rt nexthop 10.2.3.4

i.e. users need to fill dependency manually.

Pablo suggested to instead specify ip saddr, ip6 saddr:

ct original ip saddr $address

and then let nft handle the dependency injection, these changes do this.
Old syntax is preserved.

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agodoc: update man page
Florian Westphal [Fri, 29 Sep 2017 11:54:21 +0000 (13:54 +0200)] 
doc: update man page

you can now use "rt ip|ip6 nexthop" and "ct original|reply ip|ip6 saddr|daddr"
to tell nft if you want to match ipv4 or ipv6.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agotests: rt: fix test cases
Florian Westphal [Fri, 29 Sep 2017 11:54:21 +0000 (13:54 +0200)] 
tests: rt: fix test cases

nfproto meta dependency is no longer needed, keep one test
since we still support this syntax.

When meta is not provided, no need to add a dependency because
nft_rt already checks pf number before checking skb->dst.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agosrc: rt: add keyword distinction for nexthop vs nexthop6
Florian Westphal [Fri, 29 Sep 2017 11:54:21 +0000 (13:54 +0200)] 
src: rt: add keyword distinction for nexthop vs nexthop6

the rt expression currently always sets NFT_RT_NEXTHOP4 and then
uses the network base to determine if its really supposed to be
NEXTHOP6.

For inet, this will fail because the network base is not known,
so this currently enforces need for "meta nfproto" to dermine the
type.

Allow following syntax instead:
  rt ip nexthop
  rt ip6 nexthop

There is no need for a dependency anymore, as rt expression
checks the hook protocol, ie. NEXTHOP4 will break if the hook pf
is not NFPROTO_IPV4.

Cc: Anders K. Pedersen <akp@cohaesio.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agotests: ct: adjust test case commands
Florian Westphal [Fri, 29 Sep 2017 11:54:21 +0000 (13:54 +0200)] 
tests: ct: adjust test case commands

use 'ip saddr', 'ip6 saddr', etc.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agosrc: ct: print nfproto name for some header fields
Florian Westphal [Fri, 29 Sep 2017 11:54:21 +0000 (13:54 +0200)] 
src: ct: print nfproto name for some header fields

this prints "original saddr|daddr $NFPROTO" to make output
symmetric with the syntax that we now prefer on input side.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agotests: update inet/bridge icmp test case
Florian Westphal [Fri, 29 Sep 2017 11:54:21 +0000 (13:54 +0200)] 
tests: update inet/bridge icmp test case

after previous change nft now culls the dependency chain:
'icmpv6 type echo-request' is shown as-is, and not
'meta nfproto ipv6 meta l4proto 58 icmpv6 type echo-request' anymore.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agosrc: unifiy meta and ct postprocessing
Florian Westphal [Fri, 29 Sep 2017 11:54:21 +0000 (13:54 +0200)] 
src: unifiy meta and ct postprocessing

From postprocess point of view meta and ct are logically the same,
except that their storage area overlaps (union type), so if we
extract the relevant fields we can move all of it into a single
helper and support dependency store/kill for both expressions.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agosrc: ct: add eval part to inject dependencies for ct saddr/daddr
Florian Westphal [Fri, 29 Sep 2017 11:54:21 +0000 (13:54 +0200)] 
src: ct: add eval part to inject dependencies for ct saddr/daddr

nft has enough context to determine if a dependeny is needed.

add rule ip filter ct original ip6 saddr
allows nft to generate an error due to conflicting bases (ip vs ip6).

add rule inet filter ct original ip6 saddr
allows nft to inject an ipv6 dependency expression.

add rule inet filter ct original saddr
will print an error and will suggest to add ip/ip6 keyword.

Delinerize and print support will be added in followup patches.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agosrc: ct: store proto base of ct key, if any
Florian Westphal [Fri, 29 Sep 2017 11:54:21 +0000 (13:54 +0200)] 
src: ct: store proto base of ct key, if any

ct keys can match on network and tranasport header protocol
elements, such as port numbers or ip addresses.

Store this base type so a followup commit can store and kill
dependencies, e.g. if bsae is network header we might be able
to kill an earlier expression because the dependency is implicit.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agosrc: add alternate syntax for ct saddr
Florian Westphal [Fri, 29 Sep 2017 11:54:21 +0000 (13:54 +0200)] 
src: add alternate syntax for ct saddr

current syntax is:

ct original saddr $address

problem is that in inet, bridge etc. we lack context to
figure out if this should fetch ipv6 or ipv4 from the conntrack
structure.

$address might not exist, rhs could e.g. be a set reference.

One way to do this is to have users manually specifiy the dependeny:

ct l3proto ipv4 ct original saddr $address

Thats ugly, and, moreover, only needed for table families
other than ip or ipv6.

Pablo suggested to instead specify ip saddr, ip6 saddr:

ct original ip saddr $address

and let nft handle the dependency injection.

This adds the required parts to the scanner and the grammar, next
commit adds code to eval step to make use of this.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agomain: Drop stdout hack to expose nft_print() implementation issues
Phil Sutter [Fri, 29 Sep 2017 11:26:22 +0000 (13:26 +0200)] 
main: Drop stdout hack to expose nft_print() implementation issues

This was helpful when testing nft_print() implementation, but breaks
'nft --help' output. Also, with this in place typical printf-debugging
would have to use stderr at all times which is confusing at least.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agomain: Flush output from nft_gmp_print()
Phil Sutter [Fri, 29 Sep 2017 11:26:21 +0000 (13:26 +0200)] 
main: Flush output from nft_gmp_print()

This adds a missing call to fflush() to nft_gmp_print() just like in
nft_print(). This is strictly not necessary since usually
nft_gmp_print() is followed by a call to nft_print() but better not rely
upon this assumption.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: get rid of printf
Phil Sutter [Thu, 28 Sep 2017 15:17:45 +0000 (17:17 +0200)] 
src: get rid of printf

This patch introduces nft_print()/nft_gmp_print() functions which have
to be used instead of printf to output information that were previously
send to stdout. These functions print to a FILE pointer defined in
struct output_ctx. It is set by calling:

| old_fp = nft_ctx_set_output(ctx, new_fp);

Having an application-defined FILE pointer is actually quite flexible:
Using fmemopen() or even fopencookie(), an application gains full
control over what is printed and where it should go to.

Signed-off-by: Eric Leblond <eric@regit.org>
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agorule: Refactor chain_print_declaration()
Phil Sutter [Thu, 28 Sep 2017 15:17:44 +0000 (17:17 +0200)] 
rule: Refactor chain_print_declaration()

Instead of having two nearly identical printf() calls for netdev and
other chains, print the common parts separately and include the device
bit only for netdev chains.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoerec_print: Pass output FILE pointer to netlink_dump_expr()
Phil Sutter [Thu, 28 Sep 2017 15:17:43 +0000 (17:17 +0200)] 
erec_print: Pass output FILE pointer to netlink_dump_expr()

It was a bit odd that erec_print() outputs to a given FILE pointer but
then calls netlink_dump_expr() which just prints to stdout. Fix this by
passing the given FILE pointer along so output is guaranteed to go to
the same destination.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoexthdr: Simplify tcp option printing a bit
Phil Sutter [Thu, 28 Sep 2017 15:17:42 +0000 (17:17 +0200)] 
exthdr: Simplify tcp option printing a bit

This eliminates the need for that temporary buffer.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agorule: Use C99-style initializer in cache_init()
Phil Sutter [Thu, 28 Sep 2017 15:17:41 +0000 (17:17 +0200)] 
rule: Use C99-style initializer in cache_init()

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agobison: permit keywords in list_stmt_expressions
Florian Westphal [Tue, 27 Jun 2017 00:34:17 +0000 (02:34 +0200)] 
bison: permit keywords in list_stmt_expressions

'ct event set label' and 'ct event set new or label' work, but
'ct event set new, label' did not:

  nft add rule filter input ct event set new,label
  Error: syntax error, unexpected label

This changes the definition to also contain keyword symbol expressions.

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: parser_bison: rename ct_block to ct_helper_block
Florian Westphal [Wed, 24 May 2017 18:05:54 +0000 (20:05 +0200)] 
src: parser_bison: rename ct_block to ct_helper_block

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: prepare for future ct timeout policy support
Florian Westphal [Wed, 24 May 2017 18:05:54 +0000 (20:05 +0200)] 
src: prepare for future ct timeout policy support

Change all places that expect ct helper tokens (ct helper configuration)
to CT HELPER.  ct_obj_kind is removed.

When we add ct timeout support, we will add a new ct_timeout_block,
plus extra rules.  We won't extend ct_block, it prevents the parser
from detecting bogus syntax that only makes sense for ct helper but
not for something else for instance.

ct_block should be renamed to ct_helper_block, will be done in
followup patch.

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: ct: remove unused functions
Florian Westphal [Wed, 27 Sep 2017 15:07:21 +0000 (17:07 +0200)] 
src: ct: remove unused functions

since commit b0c2606ed02fed828ab7c34227e355f5542bc925
("parser_bison: use keywords in ct expression") we no longer
abuse string for this, so there are no users of these helpers
anymore.

Signed-off-by: Florian Westphal <fw@strlen.de>
7 years agosrc: store expression as set key instead of data type
Florian Westphal [Thu, 14 Sep 2017 20:59:13 +0000 (22:59 +0200)] 
src: store expression as set key instead of data type

Doing so retains legth information in case of unqualified data types,
e.g. we now have 'meta iifname' expression instead of an (unqualified)
string type.

This allows to eventually use iifnames as set keys without adding yet
another special data type for them.

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoevaluate: prepare to store expr key rather than datatype
Florian Westphal [Fri, 15 Sep 2017 00:46:16 +0000 (02:46 +0200)] 
evaluate: prepare to store expr key rather than datatype

currently set definitions store a datatype rather than
an expression.

In order to support use of unqualified data types (string in particular),
this prepares implicit set definition helper to expect an expression instead
of plain data type.  This also has the advantage that we can use EXPR_CONCAT
to retain the original expressions when key concatentation is used, e.g.
'meta iifname . tcp dport'.  The netlink serialization code can use
this info to store individual key lengths independently of data types.

Would also allow later on to store the original names of the
expressions, e.g. "ip daddr", in the kernel to support a future
typeof keyword, e.g. 'type typeof(ip daddr)' instead of 'type ipv4_addr'.

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoparser_bison: allow helper keyword in ct object kind
Pablo Neira Ayuso [Tue, 26 Sep 2017 16:16:57 +0000 (18:16 +0200)] 
parser_bison: allow helper keyword in ct object kind

The helper keyword clashes with the string rule, make sure we still
accept ct helper object types from the parser.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoparser_bison: use keywords in ct expression
Pablo Neira Ayuso [Tue, 26 Sep 2017 15:00:58 +0000 (17:00 +0200)] 
parser_bison: use keywords in ct expression

Using string give us more chances to hit shift/reduce conflicts when
extending this grammar, more specifically, from the stmt_expr rule, so
add keywords for this.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoparser_bison: consolidate stmt_expr rule
Pablo Neira Ayuso [Fri, 22 Sep 2017 16:01:18 +0000 (18:01 +0200)] 
parser_bison: consolidate stmt_expr rule

Extend stmt_expr and use it from all of our statement rules. Add more
rules to describe what we take from statement expressions, instead of
reusing rhs_expr which is allowing way more things that we actually need
here. This is causing us problems when extending the grammar.

After this patch, you will hit this:

parser_bison.y: warning: 2 shift/reduce conflicts [-Wconflicts-sr]

However, this is fixed by the follow up patches:

parser_bison: allow helper keyword in ct object kind
parser_bison: use keywords in ct expression

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoinclude: remove outdated comment
JingPiao Chen [Sat, 23 Sep 2017 09:11:22 +0000 (17:11 +0800)] 
include: remove outdated comment

Remove outdated comment, format field in struct cmd have moved in commit
788687b03e37 ("src: interpret the event type from the evaluation step").

Signed-off-by: JingPiao Chen <chenjingpiao@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agomonitor: Fix for incorrect debug_mask
Phil Sutter [Thu, 21 Sep 2017 18:38:02 +0000 (20:38 +0200)] 
monitor: Fix for incorrect debug_mask

The field 'debug_mask' of struct netlink_mon_handler was left
uninitialized in do_command_monitor() so it contained garbage from the
stack. Fix this by initializing it with the debug_mask value from struct
netlink_ctx.

While being at it, change the code to make use of C99-style initializer,
which will also avoid things like this in future.

Fixes: be441e1ffdc24 ("src: add debugging mask to context structure")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agomain: Fix for return of uninitialized variable in nft_run_cmd_from_filename()
Phil Sutter [Thu, 21 Sep 2017 13:10:39 +0000 (15:10 +0200)] 
main: Fix for return of uninitialized variable in nft_run_cmd_from_filename()

If scanner_read_file() failed, the function would return an
uninitialized value.

Fixes: 3db28321b64a6 ("src: add nft_run_cmd_*() functions")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agomnl: do not set NLM_F_CREATE in deletion requests
Pablo Neira Ayuso [Fri, 8 Sep 2017 13:07:05 +0000 (15:07 +0200)] 
mnl: do not set NLM_F_CREATE in deletion requests

This flag is not legal there, it only makes sense for addition requests.
This patch has no impact at all in any of the nf_tables kernel versions.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agotests: py: add tests for limit stateful object
Pablo M. Bermudo Garay [Mon, 28 Aug 2017 18:20:49 +0000 (20:20 +0200)] 
tests: py: add tests for limit stateful object

The patch also reorganizes ip/objects.t file.

Signed-off-by: Pablo M. Bermudo Garay <pablombg@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: add flags fo nft_ctx_new
Eric Leblond [Mon, 4 Sep 2017 07:55:57 +0000 (09:55 +0200)] 
src: add flags fo nft_ctx_new

By adding flags to nft_ctx_new, we will have a minimum capabilities
of changing the way the nft_ctx is created.

For now, this patch uses a simple value that allow the user to specify
that he will handle netlink by himself.

Signed-off-by: Eric Leblond <eric@regit.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: add stateful object support for limit
Pablo M. Bermudo Garay [Wed, 23 Aug 2017 20:42:56 +0000 (22:42 +0200)] 
src: add stateful object support for limit

This patch adds support for a new type of stateful object: limit.
Creation, deletion and listing operations are supported.

Signed-off-by: Pablo M. Bermudo Garay <pablombg@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: add nft_ctx_netlink_init()
Pablo Neira Ayuso [Fri, 1 Sep 2017 10:00:21 +0000 (12:00 +0200)] 
src: add nft_ctx_netlink_init()

Add these two new functions to set up netlink sockets in the global
context structure.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agonetlink: remove nfsock_open()
Pablo Neira Ayuso [Fri, 1 Sep 2017 09:56:18 +0000 (11:56 +0200)] 
netlink: remove nfsock_open()

Just merge this code to netlink_open_sock().

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: move nf_sock into nft_ctx structure
Pablo Neira Ayuso [Fri, 1 Sep 2017 09:51:42 +0000 (11:51 +0200)] 
src: move nf_sock into nft_ctx structure

The idea is to provide a simplistic API for non-netlink wise people.
Add a field in struct nft_ctx to store the socket.

The advanced API that we're planning will just simply leave this unset,
since netlink IO will be exposed.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agodoc: nft: Fix and enhance synopsis section
Phil Sutter [Thu, 17 Aug 2017 13:38:59 +0000 (15:38 +0200)] 
doc: nft: Fix and enhance synopsis section

This patch addresses shortcomings in the main synopsis section
illustrating possible invocations of nft command:

- Fix font styles to correctly put options into bold font and meta
  characters (brackets, pipes) into normal font.

- Add missing options to synopsis line.

- Use curly braces where either one of the alternatives is required.

- Remove choice="opt" attribute since that is the default anyway.

- Note that --includepath option is allowed to be given multiple times.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoevaluate: convert expr_rt byteorder when evaluating statment arg
Florian Westphal [Sun, 27 Aug 2017 20:24:19 +0000 (22:24 +0200)] 
evaluate: convert expr_rt byteorder when evaluating statment arg

expr_rt might write data in host byte order, so make sure to
convert if needed.

This makes 'tcp option maxseg size rt mtu' actually work, right now such rules
are no-ops because nft_exthdr never increases the mss.

While at it, extend the example to not bother testing non-syn packets.

Reported-by: Matteo Croce <technoboy85@gmail.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoparser: Fix memleaks for STRING token (and derived ones)
Phil Sutter [Fri, 25 Aug 2017 11:17:32 +0000 (13:17 +0200)] 
parser: Fix memleaks for STRING token (and derived ones)

The common paradigm here is that all parser rules converting string
tokens into symbols must free the string token if it's not used anymore.
This is unrelated to the %destructor directive, since that will apply
only if the parser discards the token, which is not the case then.

While being at it, simplify error handling in parser rule for listing
conntrack helpers (error() won't return NULL) and drop the unused extra
parameter passed to error() in level_type rule.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: call nft_init() and nft_exit() from context routines
Pablo Neira Ayuso [Thu, 24 Aug 2017 15:56:38 +0000 (17:56 +0200)] 
src: call nft_init() and nft_exit() from context routines

So we don't forget all these caches should be placed into struct
nft_ctx.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: release caches from nft_ctx_free() path
Eric Leblond [Thu, 24 Aug 2017 15:52:26 +0000 (17:52 +0200)] 
src: release caches from nft_ctx_free() path

Release existing caches from nft_ctx_free(). Still, the iface cache
should be good to place it in the nft_ctx structure.

Joint work with Pablo Neira.

Signed-off-by: Eric Leblond <eric@regit.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: add nft_run_cmd_*() functions
Eric Leblond [Thu, 24 Aug 2017 15:46:01 +0000 (17:46 +0200)] 
src: add nft_run_cmd_*() functions

Add new function to read nftables command from a file and buffer, that
we can expose as library.

Joint work with Pablo Neira.

Signed-off-by: Eric Leblond <eric@regit.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: add nft_ctx_new() and nft_ctx_free()
Eric Leblond [Thu, 24 Aug 2017 15:23:03 +0000 (17:23 +0200)] 
src: add nft_ctx_new() and nft_ctx_free()

These new functions allows us to allocate and release the context
structure. This is going to be useful for libnftables.

Joint work with Pablo Neira.

Signed-off-by: Eric Leblond <eric@regit.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agomnl: fix error handling in mnl_batch_talk
Eric Leblond [Thu, 24 Aug 2017 15:07:37 +0000 (17:07 +0200)] 
mnl: fix error handling in mnl_batch_talk

If one of the command is failing we should return an error.

Pablo says: "This is not a real issue since nft_netlink() returns an
error in case the list of errors is not empty. But we can indeed
simplify things by removing that explicit assignment in nft_netlink() so
mnl_batch_talk() consistently reports when if an error has happened.

Signee-off-by: Eric Leblond <eric@regit.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoparser: Fix for memleak when commands fail
Phil Sutter [Thu, 24 Aug 2017 17:14:13 +0000 (19:14 +0200)] 
parser: Fix for memleak when commands fail

In case of failing command evaluation, commands need to be freed as
their memory becomes orphaned afterwards.

Signed-off-by: Phil Sutter <phil@nwl.cc>
7 years agoscanner: Make use of yylex_init_extra()
Phil Sutter [Thu, 24 Aug 2017 17:14:12 +0000 (19:14 +0200)] 
scanner: Make use of yylex_init_extra()

This combines the calls to yylex_init() and yyset_extra().

Signed-off-by: Phil Sutter <phil@nwl.cc>
7 years agoscanner: Fix for wrong parameter type of scanner_destroy()
Phil Sutter [Thu, 24 Aug 2017 17:14:11 +0000 (19:14 +0200)] 
scanner: Fix for wrong parameter type of scanner_destroy()

The function takes the scanner as argument, not the state. This wasn't a
real issue since scanner is a void pointer, which means it's only casted
around without need. So this fix is a rather cosmetic one.

Signed-off-by: Phil Sutter <phil@nwl.cc>
7 years agoscanner: Fix for memleak due to unclosed file pointer
Phil Sutter [Thu, 24 Aug 2017 17:14:10 +0000 (19:14 +0200)] 
scanner: Fix for memleak due to unclosed file pointer

When including a file, it is opened by fopen() and therefore needs to be
closed after scanning has finished using fclose(), otherwise valgrind
will report a memleak.

This patch changes struct input_descriptor to track the opened FILE
pointer instead of the file descriptor so the pointer is available for
closing in scanner_destroy().

While at it, change erec_print() to work on the open FILE pointer so it
doesn't have to call fileno() in beforehand. And as a little bonus, use
C99 initializer of the buffer to get rid of the call to memset().

Note that it is necessary to call erec_print_list() prior to destroying
the scanner, otherwise it will start manipulating an already freed FILE
pointer (and therefore crash the program).

Signed-off-by: Phil Sutter <phil@nwl.cc>
7 years agosrc: Fix debug_proto_ctx()
Phil Sutter [Thu, 24 Aug 2017 16:04:18 +0000 (18:04 +0200)] 
src: Fix debug_proto_ctx()

Debug mask check was done against wrong flag, causing protocol context
debug output being printed when only --debug=netlink was given.

Fixes: be441e1ffdc24 ("src: add debugging mask to context structure")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: Initialize struct stmt in _match and _target functions.
Varsha Rao [Sun, 20 Aug 2017 04:55:12 +0000 (10:25 +0530)] 
src: Initialize struct stmt in _match and _target functions.

Initialize structure stmt with stmt_alloc in netlink_parse_target and
netlink_parse_match functions. This patch fixes the gcc warning:

‘stmt’ may be used uninitialized in this function.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agoparser: fix typo
Pablo M. Bermudo Garay [Wed, 23 Aug 2017 20:42:55 +0000 (22:42 +0200)] 
parser: fix typo

Separator was misspelled as "seperator" in a symbol name.

Signed-off-by: Pablo M. Bermudo Garay <pablombg@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agosrc: add debugging mask to context structure
Pablo Neira Ayuso [Tue, 22 Aug 2017 16:45:52 +0000 (18:45 +0200)] 
src: add debugging mask to context structure

So this toggle is not global anymore. Update name that fits better with
the semantics of this variable.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
7 years agomnl: pass struct netlink_ctx to mnl_nft_socket_sendmsg()
Pablo Neira Ayuso [Tue, 22 Aug 2017 16:38:45 +0000 (18:38 +0200)] 
mnl: pass struct netlink_ctx to mnl_nft_socket_sendmsg()

Reduce function footprint.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>