diff options
author | Phil Sutter <phil@nwl.cc> | 2024-07-31 15:56:12 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2025-04-10 18:45:43 +0200 |
commit | 2db8bf2fbf080f6a054b658df65c468bfa0db68d (patch) | |
tree | 545c59e6b751a01d942a275fea174cadd31f184d /extensions/libip6t_NETMAP.c | |
parent | d84b1647514f3121bd4a6adfca9a977751c39bbc (diff) |
nft: __add_{match,target}() can't fail
These functions either call xtables_error() which terminates the process
or succeed - make them return void. While at it, export them as rule
parsing code will call them in future. Also make input parameter const,
they're not supposed to alter extension data.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions/libip6t_NETMAP.c')
0 files changed, 0 insertions, 0 deletions