diff options
| author | Fernando Fernandez Mancera <fmancera@suse.de> | 2025-11-03 19:16:08 +0100 |
|---|---|---|
| committer | Florian Westphal <fw@strlen.de> | 2025-11-05 00:06:20 +0100 |
| commit | 4b21874787c45450ba6b3d01d14d5bb17968cfeb (patch) | |
| tree | 8480fcfc82ff9f2ecc3403ff55a8460850b3aa2f /include/rule.h | |
| parent | 35cd3e7cff079c561ba616c792d5fdf13f6bd331 (diff) | |
rule: add missing documentation for cmd_obj enum
In cmd_obj enum hooks, tunnel and tunnels elements documentation were
missing.
Signed-off-by: Fernando Fernandez Mancera <fmancera@suse.de>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/rule.h')
| -rw-r--r-- | include/rule.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rule.h b/include/rule.h index bcdc50ca..e8b3c037 100644 --- a/include/rule.h +++ b/include/rule.h @@ -674,6 +674,9 @@ enum cmd_ops { * @CMD_OBJ_SECMARKS: multiple secmarks * @CMD_OBJ_SYNPROXY: synproxy * @CMD_OBJ_SYNPROXYS: multiple synproxys + * @CMD_OBJ_TUNNEL: tunnel + * @CMD_OBJ_TUNNELS: multiple tunnels + * @CMD_OBJ_HOOKS: hooks, used only for dumping */ enum cmd_obj { CMD_OBJ_INVALID, |
