summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-07-28 12:29:35 +0200
committerFlorian Westphal <fw@strlen.de>2017-08-21 16:37:38 +0200
commit75fd5f1cd6fff96a6aef97a14f7916c984da53ef (patch)
treef522a01c2dffa980f6c10fd7310440a3cf9e0b5d /include
parent76997d160776821153628d1dfd35cb8d3b1c76ad (diff)
rt: tcpmss get support
Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/netfilter/nf_tables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter/nf_tables.h b/include/linux/netfilter/nf_tables.h
index 4766f50..2e174d8 100644
--- a/include/linux/netfilter/nf_tables.h
+++ b/include/linux/netfilter/nf_tables.h
@@ -815,6 +815,7 @@ enum nft_rt_keys {
NFT_RT_CLASSID,
NFT_RT_NEXTHOP4,
NFT_RT_NEXTHOP6,
+ NFT_RT_TCPMSS,
};
/**