[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190115111738.luy6pmhkvbb42dio@breakpoint.cc>
Date: Tue, 15 Jan 2019 12:17:38 +0100
From: Florian Westphal <fw@...len.de>
To: wenxu@...oud.cn
Cc: pablo@...filter.org, dsahern@...il.com, fw@...len.de,
netfilter-devel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH] netfilter: nft_meta: Add NFT_META_L3MASTER meta type
wenxu@...oud.cn <wenxu@...oud.cn> wrote:
> From: wenxu <wenxu@...oud.cn>
> so with this patch userspace can add the 'don't re-do entire ruleset for vrf' policy
> itself like the following
>
> nft add rule firewall rules-all meta l3master true counter accept
I wonder if we need to support this also for output interface, and if
this should be specific to vrf or not.
Example:
meta iifl3master exists accept
meta oifl3master exists accept
or
meta iifkind "vrf" accept
meta oifkind "vrf" accept
(the latter could e.g. place rtnl_op ".kind" in the register)
Not sure if that would ever be useful beyond vrf.
Powered by blists - more mailing lists