From a970963a2ad4411efcd7362c63f7d2e3bec5cbc2 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 14 Sep 2016 11:41:26 +0200 Subject: expr: add fib expression Allows to query fib for output interface and route type of a packets source or destination address. Scheduled for Linux 4.10. Signed-off-by: Florian Westphal --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 4b25470..e1e4144 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -30,6 +30,7 @@ libnftnl_la_SOURCES = utils.c \ expr/data_reg.c \ expr/dup.c \ expr/exthdr.c \ + expr/fib.c \ expr/fwd.c \ expr/limit.c \ expr/log.c \ -- cgit v1.2.3