]> git.feebdaed.xyz Git - 0xmirror/iptables.git/commit
ebtables: Pass struct iptables_command_state to print_help()
authorPhil Sutter <phil@nwl.cc>
Fri, 24 Nov 2023 18:14:23 +0000 (19:14 +0100)
committerPhil Sutter <phil@nwl.cc>
Tue, 5 Dec 2023 15:35:37 +0000 (16:35 +0100)
commite48eecc13b855c50261a7b37f3d7f9670ef653d4
tree4f8d3a21124f183a9bf8479b4dad077701d16aae
parent79de02f8c20222adb5e837b074b1ce14d9c40189
ebtables: Pass struct iptables_command_state to print_help()

Parameters passed by the sole caller came from there already, apart from
'table' which is not used (ebtables-nft does not have per-table help
texts).

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/xtables-eb.c