]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add encap type when building packet for FPM 14702/head
authorDonald Sharp <sharpd@nvidia.com>
Sat, 28 Oct 2023 14:03:39 +0000 (10:03 -0400)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 31 Oct 2023 15:13:36 +0000 (15:13 +0000)
commit1cd4ec66caeaa0b46c1352d6a0e2e9f132b4aef2
treea29617d4aec494ffc054082d0478188d07ae60df
parenta0d12e43f23285657c0ba8363adbb99eb4ec602a
zebra: Add encap type when building packet for FPM

Currently in the single nexthop case w/ evpn sending
down via the FPM the encap type is not being set
for the nexthop.

This looks like the result of some code reorg for the
nexthop happened but the fpm failed to be accounted for.
Let's just move the encap type encoding to where it
will happen.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 4ac659fcbeb3848ee6caf06676a9ac1543ae62f1)
zebra/rt_netlink.c