diff options
Diffstat (limited to 'iptables/nft.h')
-rw-r--r-- | iptables/nft.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/iptables/nft.h b/iptables/nft.h index e2004ba6..94d90bef 100644 --- a/iptables/nft.h +++ b/iptables/nft.h @@ -108,6 +108,7 @@ struct nft_handle { struct nft_cache_req cache_req; bool restore; bool noflush; + uint8_t compat; int8_t config_done; struct list_head cmd_list; bool cache_init; @@ -289,4 +290,6 @@ enum udata_type { int parse_udata_cb(const struct nftnl_udata *attr, void *data); +uint8_t compat_env_val(void); + #endif |