summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ebtables: Default to extrapositioned negationsPhil Sutter2024-01-1027-236/+241
* extensions: libxt_HMARK: Review HMARK_parse()Phil Sutter2024-01-101-51/+9
* extensions: libebt_mark_m: Use guided option parserPhil Sutter2024-01-101-36/+22
* extensions: libebt_pkttype: Use guided option parserPhil Sutter2024-01-101-22/+23
* extensions: libxt_limit: Use guided option parser for NFPROTO_BRIDGE, tooPhil Sutter2024-01-101-48/+2
* extensions: libebt_arp: Use guided option parserPhil Sutter2024-01-102-130/+78
* extensions: libebt_vlan: Use guided option parserPhil Sutter2024-01-101-68/+34
* extensions: libebt_802_3: Use guided option parserPhil Sutter2024-01-102-55/+21
* extensions: libebt_redirect: Use guided option parserPhil Sutter2024-01-101-23/+17
* extensions: libebt_snat: Use guided option parserPhil Sutter2024-01-102-42/+34
* extensions: libebt_nflog: Use guided option parserPhil Sutter2024-01-101-64/+18
* extensions: libebt_mark: Use guided option parserPhil Sutter2024-01-101-86/+54
* extensions: libebt_log: Use guided option parserPhil Sutter2024-01-101-91/+30
* extensions: libebt_ip: Use guided option parserPhil Sutter2024-01-102-123/+84
* extensions: libebt_ip6: Use guided option parserPhil Sutter2024-01-102-124/+83
* extensions: libebt_dnat: Use guided option parserPhil Sutter2024-01-101-37/+27
* extensions: libebt_arpreply: Use guided option parserPhil Sutter2024-01-102-34/+22
* extensions: libebt_stp: Use guided option parserPhil Sutter2024-01-102-160/+100
* extensions: libebt_*: Drop some needless init callbacksPhil Sutter2024-01-104-42/+0
* ebtables: Support for guided option parserPhil Sutter2024-01-101-57/+51
* libxtables: xtoptions: Treat NFPROTO_BRIDGE as IPv4Phil Sutter2024-01-101-0/+1
* libxtables: xtoptions: Implement XTTYPE_ETHERMACMASKPhil Sutter2024-01-102-1/+16
* libxtables: xtoptions: Support XTOPT_NBO with XTTYPE_UINT*Phil Sutter2024-01-101-9/+31
* libxtables: xtoptions: Prevent XTOPT_PUT with XTTYPE_HOSTMASKPhil Sutter2024-01-102-2/+0
* tests: iptables-test: Use difflib if dumps differPhil Sutter2023-12-211-5/+7
* iptables-legacy: Fix for mandatory lock waitingPhil Sutter2023-12-212-2/+57
* build: replace `echo -e` with `printf`Jeremy Sowden2023-12-151-3/+3
* build: add an automake verbosity variable for `ln`Jeremy Sowden2023-12-151-6/+9
* build: use standard automake verbosity variablesJeremy Sowden2023-12-152-20/+27
* build: remove unused `AM_VERBOSE_CXX*` variablesJeremy Sowden2023-12-151-2/+0
* build: remove obsolete `AM_LIBTOOL_SILENT` variableJeremy Sowden2023-12-151-1/+0
* build: format `AM_CPPFLAGS` variablesJeremy Sowden2023-12-152-2/+17
* Fix spelling mistakesJeremy Sowden2023-12-129-11/+11
* ebtables: Use do_parse() from xsharedPhil Sutter2023-12-057-1079/+341
* xshared: Introduce option_test_and_reject()Phil Sutter2023-12-051-10/+11
* ebtables: Use struct xt_cmd_parsePhil Sutter2023-12-051-23/+36
* ebtables: Make 'h' case just a call to print_help()Phil Sutter2023-12-052-31/+31
* ebtables: Pass struct iptables_command_state to print_help()Phil Sutter2023-12-051-6/+5
* ebtables: Change option values to avoid clashesPhil Sutter2023-12-052-19/+19
* ebtables{,-translate}: Convert if-clause to switch()Phil Sutter2023-12-052-29/+41
* xshared: Support for ebtables' --change-counters commandPhil Sutter2023-12-053-9/+66
* xshared: Support rule range deletion in do_parse()Phil Sutter2023-12-052-1/+35
* xshared: Introduce print_help callback (again)Phil Sutter2023-12-057-3/+10
* xshared: Turn command_default() into a callbackPhil Sutter2023-12-057-3/+12
* xshared: Perform protocol value parsing in callbackPhil Sutter2023-12-052-9/+14
* xshared: do_parse: Skip option checking for CMD_DELETE_NUMPhil Sutter2023-12-051-1/+0
* libxtables: xtoptions: Fix for non-CIDR-compatible hostmasksPhil Sutter2023-11-291-0/+5
* libxtables: xtoptions: Fix for garbage access in xtables_options_xfrm()Phil Sutter2023-11-291-1/+2
* man: Do not escape exclamation marksPhil Sutter2023-11-292-2/+2
* nft: Leave interface masks alone when parsing from kernelPhil Sutter2023-11-296-36/+16