summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-save.c
Commit message (Expand)AuthorAgeFilesLines
* nft: family_ops: Pass nft_handle to 'rule_to_cs' callbackPhil Sutter2019-11-251-0/+3
* nft: Support nft_is_table_compatible() per chainPhil Sutter2019-10-171-1/+1
* nft-cache: Support partial rule cache per chainPhil Sutter2019-10-171-1/+1
* nft: Extract cache routines into nft-cache.cPhil Sutter2019-10-101-0/+1
* ebtables-save: Merge into xtables_save_main()Phil Sutter2019-07-231-110/+13
* arptables-save: Merge into xtables_save_main()Phil Sutter2019-07-231-60/+3
* xtables-save: Pass format flags to do_output()Phil Sutter2019-07-231-4/+6
* xtables-save: Make COMMIT line optionalPhil Sutter2019-07-231-1/+4
* xtables-save: Pass optstring/longopts to xtables_save_main()Phil Sutter2019-07-231-7/+13
* xtables-save: Avoid mixed code and declarationsPhil Sutter2019-07-231-4/+4
* nft: Make nft_for_each_table() more versatilePhil Sutter2019-07-231-10/+17
* xtables-save: Fix table compatibility checkPhil Sutter2019-07-231-3/+4
* xtables-save: Unify *-save header/footer commentsPhil Sutter2019-07-231-9/+10
* ebtables-save: Fix counter formattingPhil Sutter2019-07-231-1/+2
* xtables-save: Use argv[0] as program namePhil Sutter2019-07-181-10/+11
* src: replace IPTABLES_VERSION by PACKAGE_VERSIONJan Engelhardt2019-05-301-2/+3
* xtables-save: Point at existing man page in help textPhil Sutter2019-03-141-3/+6
* xtables-save: Fix table not found error messagePhil Sutter2019-02-081-2/+3
* xtables: constify struct builtin_table and struct builtin_chainPablo Neira Ayuso2018-11-191-1/+1
* xtables: Introduce per table chain cachesPhil Sutter2018-11-171-5/+7
* arptables-save: add -c option, like xtables-saveFlorian Westphal2018-11-121-1/+26
* ebtables-save: add -c option, using xtables-style countersFlorian Westphal2018-11-121-5/+55
* nft: replace nft_chain_dump() by nft_chain_list_get()Pablo Neira Ayuso2018-11-121-3/+3
* xtables-save: Ignore uninteresting tablesPhil Sutter2018-09-181-6/+8
* xtables: Add missing deinitializationPhil Sutter2018-08-241-4/+5
* xtables: Add a few missing exit callsPhil Sutter2018-08-241-0/+1
* xtables: Implement arptables-{save,restore}Phil Sutter2018-08-061-0/+39
* xtables: implement ebtables-{save,restore}Phil Sutter2018-07-191-0/+67
* xtables: pass format to nft_rule_save()Phil Sutter2018-07-191-1/+1
* xtables: warn in case old-style (set/getsockopt) tables existFlorian Westphal2018-06-251-3/+17
* xtables: add nf_tables vs. legacy postfix to version stringsFlorian Westphal2018-06-181-1/+8
* xtables: add chain cachePablo Neira Ayuso2018-05-281-1/+1
* xtables-compat: remove nft_is_ruleset_compatibleFlorian Westphal2018-05-251-7/+0
* xtables: allow dumping of chains in specific tableFlorian Westphal2018-05-251-1/+1
* xtables-compat: pass correct table skeletonFlorian Westphal2018-05-101-11/+30
* xtables-compat: xtables-save: don't return 1Florian Westphal2018-05-071-6/+5
* xtables-compat: skip unsupported tablesFlorian Westphal2018-04-091-1/+7
* iptables: Add file output option to iptables-saveOliver Ford2017-05-291-2/+20
* iptables-restore/save: exit when given an unknown optionVincent Bernat2017-04-191-0/+4
* xtables-compat: check if nft ruleset is compatiblePablo M. Bermudo Garay2016-08-261-0/+5
* iptables-compat: use new symbols in libnftnlPablo Neira Ayuso2015-09-161-1/+1
* consistently use <errno.h>Felix Janda2015-05-021-1/+1
* iptables-save: actually parse -M/--modprobe optionJiri Popelka2014-03-171-1/+1
* iptables-{save,restore}: warn that -b/--binary isn't implementedJiri Popelka2014-03-171-0/+3
* nft-compat: fix wrong protocol context in initializationPablo Neira Ayuso2014-02-111-2/+1
* xtables: add xtables-compat-multi for the nftables compatibility layerPablo Neira Ayuso2014-02-041-4/+14
* nft: Use new libnftnl library name against former libnftablesTomasz Bursztyka2014-01-201-1/+1
* xtables: Do not dump before command parsing has been finishedTomasz Bursztyka2013-12-301-2/+8
* nft: associate table configuration to handle via nft_initGiuseppe Longo2013-12-301-1/+1
* xtables: fix missing afinfo configurationPablo Neira Ayuso2013-12-301-0/+1