index
:
nftables
1.0.6.y
master
nft command line tool
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlink: floating point exception with concatenations
Pablo Neira Ayuso
2018-04-03
1
-1
/
+1
*
evaluate: propagate binop_transfer() adjustment to set key size
Pablo Neira Ayuso
2018-04-03
1
-1
/
+2
*
evaluate: do not inconditionally update cache from flush command
Pablo Neira Ayuso
2018-04-01
1
-5
/
+15
*
src: use mini-gmp 6.1.2 stable release
Pablo Neira Ayuso
2018-04-01
1
-66
/
+52
*
tests: ip6: fix 'missing payload' error
Florian Westphal
2018-04-01
1
-1
/
+1
*
nft-test: check start of rule with sets too
Florian Westphal
2018-04-01
1
-0
/
+4
*
tests: ct, meta: fixes for upcoming nft-test.py fix
Florian Westphal
2018-04-01
3
-28
/
+28
*
tests: mh: fix expected test output
Florian Westphal
2018-04-01
1
-1
/
+1
*
tests: redirect: fix tests for upcoming nft-test.py fix
Florian Westphal
2018-04-01
7
-11
/
+11
*
netlink_delinearize: kill dependency before eval of 'redirect' stmt
Florian Westphal
2018-04-01
1
-1
/
+3
*
statement: print space before "{" in set add
Florian Westphal
2018-04-01
1
-1
/
+1
*
src: Updates for mini-gmp.{c,h}
Harsha Sharma
2018-03-31
2
-199
/
+245
*
Revert "payload: don't remove icmp family dependency in special cases"
Florian Westphal
2018-03-28
1
-9
/
+0
*
proto: permit icmp-in-ipv6 and icmpv6-in-ipv4
Florian Westphal
2018-03-28
5
-7
/
+49
*
payload: don't remove icmp family dependency in special cases
Florian Westphal
2018-03-27
1
-0
/
+9
*
tests: meta: icmp, icmpv6: don't kill required dependencies
Florian Westphal
2018-03-27
5
-8
/
+48
*
src: avoid errouneous assert with map+concat
Florian Westphal
2018-03-27
1
-0
/
+8
*
doc: nft.8 more spelling fixes
Duncan Roe
2018-03-27
2
-27
/
+244
*
remove todo list
Florian Westphal
2018-03-26
1
-25
/
+0
*
Export libnftables (again)
Phil Sutter
2018-03-21
5
-3
/
+21
*
tests/shell: Test flush and nat chain recreate in one go
Phil Sutter
2018-03-21
1
-0
/
+17
*
tests/shell: Allow to specify multiple testcases
Phil Sutter
2018-03-20
1
-4
/
+6
*
tests/shell: Fix sporadic fail of include/0007glob_double_0
Phil Sutter
2018-03-20
2
-21
/
+9
*
flowtable: Make parsing a little more robust
Phil Sutter
2018-03-20
3
-1
/
+21
*
tests/shell: Fix flowtable test cases
Phil Sutter
2018-03-20
7
-14
/
+14
*
tests/shell: Fix dump of chains/0016delete_handle_0
Phil Sutter
2018-03-20
1
-6
/
+0
*
Support 'nft -f -' to read from stdin
Phil Sutter
2018-03-20
59
-620
/
+116
*
rule: reset cache iff there is an existing cache
Pablo Neira Ayuso
2018-03-19
1
-1
/
+3
*
doc: nft.8 aim for consistent synopses throughout (again)
Duncan Roe
2018-03-19
1
-15
/
+7
*
doc: describe table dormant flag
Florian Westphal
2018-03-17
1
-1
/
+62
*
Combine redir and masq statements into nat
Phil Sutter
2018-03-17
6
-262
/
+89
*
src: evaluate: add preliminary binop transfer support for vmaps
Florian Westphal
2018-03-17
1
-1
/
+12
*
evaluate: handle binop adjustment recursively
Florian Westphal
2018-03-17
1
-21
/
+32
*
src: segtree: use value expression length
Florian Westphal
2018-03-17
1
-1
/
+1
*
src: netlink_delinearize: don't assume element contains a value
Florian Westphal
2018-03-17
1
-1
/
+1
*
tests: add test cases for vmap binop transfer
Florian Westphal
2018-03-17
8
-0
/
+138
*
tests: add srh test cases
Florian Westphal
2018-03-17
2
-0
/
+86
*
src: fix routing header support
Florian Westphal
2018-03-17
3
-25
/
+46
*
tests: update to new syntax to add/update set from packet path
Pablo Neira Ayuso
2018-03-16
9
-11
/
+11
*
src: revisit syntax to update sets and maps from packet path
Pablo Neira Ayuso
2018-03-16
3
-12
/
+21
*
netlink: Fold netlink_gen_cmp() into netlink_gen_relational()
Phil Sutter
2018-03-16
1
-65
/
+53
*
relational: Eliminate meta OPs
Phil Sutter
2018-03-16
7
-131
/
+53
*
tests/shell: Use custom nft binary for ruleset listing
Phil Sutter
2018-03-16
1
-1
/
+1
*
Revert "src: update dynamic set updates from packet path syntax"
Pablo Neira Ayuso
2018-03-16
2
-9
/
+2
*
src: update dynamic set updates from packet path syntax
Pablo Neira Ayuso
2018-03-15
2
-2
/
+9
*
src: support of dynamic map addition and update of elements
Laura Garcia Liebana
2018-03-15
6
-2
/
+102
*
netlink: use nftnl_flowtable_get/set
Florian Westphal
2018-03-12
1
-4
/
+4
*
src: Adding support for segment routing header 'srh'
Ahmed Abdelsalam
2018-03-11
5
-3
/
+71
*
src: handle rt0 and rt2 properly
Ahmed Abdelsalam
2018-03-11
3
-1
/
+26
*
doc: add set information and example for run-time blackhole
Florian Westphal
2018-03-11
1
-2
/
+79
[next]