From 20e0e8f2bec3b06ba5d77ec17d8e635750f4c085 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 24 Jun 2020 16:27:00 +0200 Subject: src: add support for chain ID attribute his patch allows you to refer to chains via the chain ID. The semantics are similar to the NFTA_RULE_ID attribute. Signed-off-by: Pablo Neira Ayuso --- include/data_reg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/data_reg.h') diff --git a/include/data_reg.h b/include/data_reg.h index 10517ba..d9578aa 100644 --- a/include/data_reg.h +++ b/include/data_reg.h @@ -21,6 +21,7 @@ union nftnl_data_reg { struct { uint32_t verdict; const char *chain; + uint32_t chain_id; }; }; -- cgit v1.2.3