]> www.infradead.org Git - users/willy/pagecache.git/commit
netfilter: flowtable: teardown flow if cached mtu is stale
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 13 Jan 2025 23:50:37 +0000 (00:50 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 19 Jan 2025 15:41:55 +0000 (16:41 +0100)
commitb8baac3b9c5cc4b261454ff87d75ae8306016ffd
tree7a95e50ecb8983d6acc77cf9c74d0ccc445f0dda
parent03428ca5cee9f0792edc996c06ce4514816af1fb
netfilter: flowtable: teardown flow if cached mtu is stale

Tear down the flow entry in the unlikely case that the interface mtu
changes, this gives the flow a chance to refresh the cached mtu,
otherwise such refresh does not occur until flow entry expires.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_flow_table_ip.c