aboutsummaryrefslogtreecommitdiff
path: root/iptables/xtables-eb-translate.c
AgeCommit message (Expand)Author
2023-01-31ebtables-translate: Print flush command after parsing is finishedPhil Sutter
2023-01-31ebtables-translate: Ignore '-j CONTINUE'Phil Sutter
2023-01-31ebtables-translate: Use OPT_* from xshared.hPhil Sutter
2023-01-31ebtables-translate: Drop exec_stylePhil Sutter
2023-01-31Proper fix for "unknown argument" error messagePhil Sutter
2022-11-30xlate: get rid of escape_quotesFlorian Westphal
2022-11-15Drop extra newline from xtables_error() callsPhil Sutter
2022-01-12xtables: Move struct nft_xt_cmd_parse to xshared.hPhil Sutter
2021-10-20xtables: Derive xtables_globals from familyPhil Sutter
2021-05-17ebtables-translate: Use shared ebt_get_current_chain() functionPhil Sutter
2021-05-17xshared: Eliminate iptables_command_state->invertPhil Sutter
2020-12-03libxtables: Extend MAC address printing/parsing supportPhil Sutter
2019-02-07xshared: Explicitly pass target to command_jump()Phil Sutter
2019-02-05xtables: Fix for false-positive rule matchingPhil Sutter
2018-10-20libxtables: expose new etherdb lookup function through libxtables APIPablo Neira Ayuso
2018-10-20libxtables: prefix exported new functions for etherdb lookupsPablo Neira Ayuso
2018-09-24Fix a few cases of pointless assignmentsPhil Sutter
2018-08-24ebtables: Review match/target lookup once morePhil Sutter
2018-08-24ebtables-translate: Fix segfault while parsing extension optionsPhil Sutter
2018-07-19iptables: replace memset by c99-style initializersPhil Sutter
2018-06-17xtables: silence two compiler warningsFlorian Westphal
2018-06-15ebtables-translate: remove --change-counters codeFlorian Westphal
2018-05-20xtables-compat: ebtables: prefer snprintf to strncpyFlorian Westphal
2018-05-10xtables-compat: ebtables: allow checking for zero-macFlorian Westphal
2018-05-10xtables-compat: ebtables: add and use helper to parse all interface namesFlorian Westphal
2018-05-10xtables-compat: ebtables: kill ebtables_command_stateFlorian Westphal
2018-04-27ebtables-translate: turn off useless compat queriesFlorian Westphal
2018-04-22ebtables-translate: update table name on -tFlorian Westphal
2018-04-13xt-compat: add ebtables-translateFlorian Westphal