summaryrefslogtreecommitdiffstats
path: root/src/fib.c
Commit message (Expand)AuthorAgeFilesLines
* include: include <string.h> in <nft.h>Thomas Haller2023-09-281-1/+0
* src: add <nft.h> header and include it as firstThomas Haller2023-08-251-0/+2
* src: Add GPLv2+ header to .c files of recent creationPablo Neira Ayuso2023-01-021-2/+2
* fib: add parse and build userdata interfacePablo Neira Ayuso2019-12-171-2/+58
* src: expr: remove expr_ops from struct exprFlorian Westphal2019-02-081-2/+2
* libnftables: Implement JSON output supportPhil Sutter2018-05-111-0/+1
* libnftables: Make some functions globally accessiblePhil Sutter2018-05-111-1/+1
* src: get rid of printfPhil Sutter2017-09-291-11/+12
* include: Remove datatype_register().Varsha Rao2017-06-301-6/+1
* src: Pass stateless, numeric, ip2name and handle variables as structure members.Varsha Rao2017-06-181-1/+1
* fib: Support existence checkPhil Sutter2017-03-131-1/+4
* expression: Show the base which pre-defined constants are displayedElise Lennion2016-12-201-0/+1
* src: add fib expressionFlorian Westphal2016-10-281-0/+144