]> git.ipfire.org Git - thirdparty/libnftnl.git/commit
tunnel: add missing inner nested netlink attribute for vxlan options
authorFernando Fernandez Mancera <ffmancera@riseup.net>
Mon, 14 Apr 2025 14:36:04 +0000 (16:36 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 14 Apr 2025 15:22:24 +0000 (17:22 +0200)
commit4d4dc68fd0163fea56efb2324efcde5bd427a6c0
treec335eabae4f6d4678fea158351f3fbf9775cce01
parentc59d42a90b0d279955d5051c2306733bc01522f8
tunnel: add missing inner nested netlink attribute for vxlan options

The VXLAN options must be nested inside the NFTA_TUNNEL_KEY_OPTS_VXLAN
netlink attribute.

Fixes: ea63a05272f5 ("obj: add tunnel support")
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/obj/tunnel.c