summaryrefslogtreecommitdiffstats
path: root/src/libnftables.c
Commit message (Expand)AuthorAgeFilesLines
* Support 'nft -f -' to read from stdinPhil Sutter2018-03-201-0/+3
* src: remove unused batch support checksPablo Neira Ayuso2018-03-071-2/+0
* libnftables: don't crash when no commands are specifiedHarsha Sharma2018-03-031-0/+3
* src: add 'auto-merge' option to setsPablo Neira Ayuso2018-01-221-1/+0
* src: Don't merge adjacent/overlapping rangesPhil Sutter2018-01-111-0/+1
* libnftables: Ensure output_fp is never NULLPhil Sutter2017-11-221-6/+4
* libnftables: Unexport enum nftables_exit_codesPhil Sutter2017-11-161-5/+5
* libnftables: Flush iface cache after command executionPhil Sutter2017-11-131-0/+2
* libnftables: Get rid of explicit cache flushesPhil Sutter2017-10-261-7/+2
* src: add nft_ prefix to everything exposed through include/nftables/nftables.hPablo Neira Ayuso2017-10-241-2/+3
* libnftables: Introduce getters and setters for everythingPhil Sutter2017-10-241-2/+99
* cli: Use nft_run_cmd_from_buffer()Phil Sutter2017-10-241-3/+3
* libnftables: Introduce nft_ctx_flush_cache()Phil Sutter2017-10-241-2/+7
* libnftables: Move library stuff out of main.cPhil Sutter2017-10-241-0/+262