summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* iptables-restore/save: exit when given an unknown optionVincent Bernat2017-04-196-15/+27
* iptables-restore.8: document -w/-W optionsDan Williams2017-04-141-4/+21
* iptables-restore/ip6tables-restore: add --version/-V argumentDan Williams2017-04-143-8/+24
* iptables: Remove unnecessary braces.Varsha Rao2017-04-064-10/+5
* iptables: Remove explicit static variables initalization.Varsha Rao2017-04-067-11/+11
* iptables-restore: support acquiring the lock.Lorenzo Colitti2017-03-216-33/+122
* iptables: remove duplicated argument parsing codeLorenzo Colitti2017-03-176-160/+95
* iptables: move XT_LOCK_NAME from CFLAGS to config.h.Lorenzo Colitti2017-03-171-0/+1
* iptables: set the path of the lock file via a configure option.Lorenzo Colitti2017-03-141-2/+0
* iptables-translate: print nft iff there are more expanded rules to printPablo Neira Ayuso2017-03-091-1/+1
* iptables-translate: print nft command for each expand rules via dns namesPablo Neira Ayuso2017-03-081-0/+2
* xtables-translate: Avoid querying the kernelPhil Sutter2017-03-081-0/+10
* xshared: using the blocking file lock request when we wait indefinitelyLiping Zhang2017-02-281-11/+14
* xshared: do not lock again and again if "-w" option is not specifiedLiping Zhang2017-02-281-7/+4
* iptables: fix the wrong appending of jump verdict after the comment.v1.6.1Shyam Saini2017-01-262-6/+4
* iptables-save: exit with error if unable to open proc fileThomas Habets2017-01-182-8/+20
* build: Fix two compile errors during out-of-tree buildKeno Fischer2017-01-161-1/+1
* iptables: on revision mismatch, do not call print/saveWillem de Bruijn2016-12-112-8/+28
* xtables-translate: Fix chain type when translating nat tablePhil Sutter2016-11-291-6/+12
* nft_ipv{4,6}_xlate: Respect prefix lengthsPhil Sutter2016-11-292-7/+11
* xtables-translate: Support setting standard chain policyPhil Sutter2016-11-291-5/+11
* iptables: xtables-arp: Use getaddrinfo()Shivani Bhardwaj2016-11-101-10/+18
* xtables-translate-restore: do not escape quotesPablo M. Bermudo Garay2016-09-052-2/+5
* xtables-compat: add rule cachePablo M. Bermudo Garay2016-08-302-12/+25
* xtables-compat: check if nft ruleset is compatiblePablo M. Bermudo Garay2016-08-264-0/+206
* iptables-restore: add missing arguments to usage messageBrian Haley2016-08-233-6/+9
* xtables-translate: add escape_quotes option to comment_xlatePablo M. Bermudo Garay2016-08-232-2/+2
* xtables-compat: remove useless functionsPablo M. Bermudo Garay2016-08-222-27/+14
* xtables-compat: fix comments listingPablo M. Bermudo Garay2016-08-093-0/+59
* iptables-translate: add in/out ifname wildcard match translation to nftLiping Zhang2016-08-014-22/+27
* xtables-translate: fix issue with quotesPablo M. Bermudo Garay2016-07-271-0/+2
* src: introduce struct xt_xlate_{mt,tg}_paramsPablo Neira Ayuso2016-07-251-5/+15
* xtables-translate: fix multiple spaces issuePablo M. Bermudo Garay2016-07-091-0/+4
* xtables: Add an interval option for xtables lock waitSubash Abhinov Kasiviswanathan2016-07-036-17/+149
* iptables-compat: use nft built-in comments supportPablo M. Bermudo Garay2016-06-224-4/+49
* ip6tables: Warn about use of DROP in nat tableThomas Woerner2016-06-151-0/+7
* iptables-translate: Don't print "nft" in iptables-restore-translate commandGuruswamy Basavaiah2016-04-271-1/+3
* iptables-translate: Printing the table name before chain name.Guruswamy Basavaiah2016-04-271-1/+1
* iptables.8: nat table has four builtin chainsFlorian Westphal2016-04-261-2/+3
* iptables-translate: translate iptables --flushGuruswamy Basavaiah2016-03-221-0/+8
* iptables/xtables-arp.c: fix typo, wierd vs weirdArturo Borrero2016-03-101-1/+1
* iptables-translate: pass ipt_entry and ip6t_entry to ->xlate()Pablo Neira Ayuso2016-03-091-2/+4
* iptables: nft-ipv6: Use meta l4proto instead of nexthdrShivani Bhardwaj2016-03-021-1/+1
* iptables: extensions: iptables-translate prints extra "nft" after printing an...Guruswamy Basavaiah2016-03-011-1/+1
* comment: Add translation to nftShivani Bhardwaj2016-02-292-0/+10
* iptables: nft-ipv6: Fix ipv6 flagsShivani Bhardwaj2016-02-161-7/+7
* extensions: rename xt_buf to xt_xlatePablo Neira Ayuso2016-02-165-40/+40
* iptables: nft-ipv6: Replace ip with ip6Shivani Bhardwaj2016-02-161-3/+3
* nft: xtables: add the infrastructure to translate from iptables to nftPablo Neira Ayuso2016-02-168-3/+616
* nft: xtables-restore: add generic parsing infrastructurePablo Neira Ayuso2016-02-162-109/+195