summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-restore.c
Commit message (Expand)AuthorAgeFilesLines
* nft: replace nft_chain_dump() by nft_chain_list_get()Pablo Neira Ayuso2018-11-121-1/+1
* Fix a few cases of pointless assignmentsPhil Sutter2018-09-241-2/+2
* xtables: Accept --wait in iptables-nft-restorePhil Sutter2018-09-101-0/+2
* xtables-restore: Fix flushing referenced custom chainsPhil Sutter2018-09-101-2/+6
* xtables: Implement arptables-{save,restore}Phil Sutter2018-08-061-0/+26
* ebtables-restore: Use xtables_restore_parse()Phil Sutter2018-08-061-86/+19
* xtables-restore: Make COMMIT support configurablePhil Sutter2018-08-061-3/+8
* xtables-restore: Improve user-defined chain detectionPhil Sutter2018-08-061-11/+17
* ebtables: Fix for wrong program name in error messagesPhil Sutter2018-08-041-1/+1
* xshared: Consolidate argv construction routinesPhil Sutter2018-08-041-104/+11
* xshared: Consolidate parse_counters()Phil Sutter2018-08-041-11/+0
* Consolidate DEBUGP macrosPhil Sutter2018-08-041-6/+0
* xtables: implement ebtables-{save,restore}Phil Sutter2018-07-191-0/+114
* xtables: parameter to add_argv() may be constPhil Sutter2018-07-191-1/+1
* xtables-restore: init table before processing policiesFlorian Westphal2018-06-271-0/+1
* xtables: add nf_tables vs. legacy postfix to version stringsFlorian Westphal2018-06-181-1/+1
* xtables: add chain cachePablo Neira Ayuso2018-05-281-4/+1
* xtables: extended error reportingFlorian Westphal2018-05-261-0/+2
* xtables: allow dumping of chains in specific tableFlorian Westphal2018-05-251-1/+1
* xtables-compat: pass correct table skeletonFlorian Westphal2018-05-101-12/+29
* xtables-compat-restore: flush user-defined chains with -nPablo Neira Ayuso2018-05-071-2/+14
* xtables-compat: restore: sync options with iptables-restoreFlorian Westphal2018-05-051-2/+13
* iptables-compat: chains are purge out already from table flushPablo Neira Ayuso2018-05-051-5/+0
* iptables-compat: do not fail on restore if user chain existsPablo Neira Ayuso2018-05-051-3/+3
* xtables-compat-restore: fix several memory leaksPablo M. Bermudo Garay2017-08-141-1/+7
* iptables: Fix crash on malformed iptables-restoreOliver Ford2017-05-291-2/+5
* iptables-restore/save: exit when given an unknown optionVincent Bernat2017-04-191-5/+5
* iptables: Remove explicit static variables initalization.Varsha Rao2017-04-061-1/+1
* iptables-restore: add missing arguments to usage messageBrian Haley2016-08-231-2/+4
* nft: xtables-restore: add generic parsing infrastructurePablo Neira Ayuso2016-02-161-109/+160
* iptables-compat: use new symbols in libnftnlPablo Neira Ayuso2015-09-161-3/+3
* consistently use <errno.h>Felix Janda2015-05-021-1/+1
* iptables-{save,restore}: warn that -b/--binary isn't implementedJiri Popelka2014-03-171-5/+3
* nft: A builtin chain might be created when restoringTomasz Bursztyka2014-02-121-0/+1
* xtables: Add backward compatibility with -w optionTomasz Bursztyka2014-02-111-1/+2
* xtables: add xtables-compat-multi for the nftables compatibility layerPablo Neira Ayuso2014-02-041-5/+17
* xtables-restore: remove dependency with libip4tcPablo Neira Ayuso2014-02-041-1/+5
* nft: Use new libnftnl library name against former libnftablesTomasz Bursztyka2014-01-201-1/+1
* xtables: batch rule-set updates into one single netlink messagePablo Neira Ayuso2013-12-301-1/+0
* nft: associate table configuration to handle via nft_initGiuseppe Longo2013-12-301-1/+1
* xtables: Remove useless parameter to nft_chain_list_findTomasz Bursztyka2013-12-301-1/+1
* xtables: fix missing afinfo configurationPablo Neira Ayuso2013-12-301-0/+1
* xtables: do not proceed if nft_init failsPablo Neira Ayuso2013-12-301-1/+7
* xtables-restore: output the same error message that iptables-restore usesPablo Neira Ayuso2013-12-301-13/+2
* xtables-restore: add -4 and -6 supportPablo Neira Ayuso2013-12-301-1/+9
* xtables-restore: support test option `-t'Pablo Neira Ayuso2013-12-301-2/+8
* xtables-restore: support atomic commitPablo Neira Ayuso2013-12-301-5/+17
* xtables: purge out user-define chains from the kernelPablo Neira Ayuso2013-12-301-4/+19
* xtables-restore: fix custom user chain restorationPablo Neira Ayuso2013-12-301-11/+20
* xtables: add IPv6 supportTomasz Bursztyka2013-12-301-1/+3