netfilter_nft/nftnlrdr_misc.h: comment

This commit is contained in:
Thomas Bernard 2020-10-22 21:39:41 +02:00
parent 1b5cab1e87
commit 5e7f8b5183
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ enum rule_reg_type {
RULE_REG_IP6_PROTO,
RULE_REG_TCP_DPORT,
RULE_REG_TCP_SD_PORT, /* source & dest */
RULE_REG_IMM_VAL,
RULE_REG_IMM_VAL, /* immediate */
RULE_REG_MAX,
};