summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-eb-translate.c
Commit message (Expand)AuthorAgeFilesLines
* ebtables: Use do_parse() from xsharedPhil Sutter2023-12-051-422/+55
* ebtables: Change option values to avoid clashesPhil Sutter2023-12-051-7/+7
* ebtables{,-translate}: Convert if-clause to switch()Phil Sutter2023-12-051-11/+13
* ebtables-translate: Print flush command after parsing is finishedPhil Sutter2023-01-311-7/+7
* ebtables-translate: Ignore '-j CONTINUE'Phil Sutter2023-01-311-1/+3
* ebtables-translate: Use OPT_* from xshared.hPhil Sutter2023-01-311-18/+9
* ebtables-translate: Drop exec_stylePhil Sutter2023-01-311-8/+0
* Proper fix for "unknown argument" error messagePhil Sutter2023-01-311-6/+2
* xlate: get rid of escape_quotesFlorian Westphal2022-11-301-6/+6
* Drop extra newline from xtables_error() callsPhil Sutter2022-11-151-1/+1
* xtables: Move struct nft_xt_cmd_parse to xshared.hPhil Sutter2022-01-121-2/+2
* xtables: Derive xtables_globals from familyPhil Sutter2021-10-201-1/+0
* ebtables-translate: Use shared ebt_get_current_chain() functionPhil Sutter2021-05-171-17/+1
* xshared: Eliminate iptables_command_state->invertPhil Sutter2021-05-171-1/+0
* libxtables: Extend MAC address printing/parsing supportPhil Sutter2020-12-031-2/+6
* xshared: Explicitly pass target to command_jump()Phil Sutter2019-02-071-1/+1
* xtables: Fix for false-positive rule matchingPhil Sutter2019-02-051-23/+1
* libxtables: expose new etherdb lookup function through libxtables APIPablo Neira Ayuso2018-10-201-2/+1
* libxtables: prefix exported new functions for etherdb lookupsPablo Neira Ayuso2018-10-201-3/+3
* Fix a few cases of pointless assignmentsPhil Sutter2018-09-241-1/+0
* ebtables: Review match/target lookup once morePhil Sutter2018-08-241-105/+4
* ebtables-translate: Fix segfault while parsing extension optionsPhil Sutter2018-08-241-27/+6
* iptables: replace memset by c99-style initializersPhil Sutter2018-07-191-5/+4
* xtables: silence two compiler warningsFlorian Westphal2018-06-171-1/+0
* ebtables-translate: remove --change-counters codeFlorian Westphal2018-06-151-73/+5
* xtables-compat: ebtables: prefer snprintf to strncpyFlorian Westphal2018-05-201-1/+2
* xtables-compat: ebtables: allow checking for zero-macFlorian Westphal2018-05-101-1/+1
* xtables-compat: ebtables: add and use helper to parse all interface namesFlorian Westphal2018-05-101-28/+12
* xtables-compat: ebtables: kill ebtables_command_stateFlorian Westphal2018-05-101-27/+27
* ebtables-translate: turn off useless compat queriesFlorian Westphal2018-04-271-0/+6
* ebtables-translate: update table name on -tFlorian Westphal2018-04-221-0/+1
* xt-compat: add ebtables-translateFlorian Westphal2018-04-131-0/+800