]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add encap type when building packet for FPM 14675/head
authorDonald Sharp <sharpd@nvidia.com>
Sat, 28 Oct 2023 14:03:39 +0000 (10:03 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 28 Oct 2023 14:03:39 +0000 (10:03 -0400)
commit4ac659fcbeb3848ee6caf06676a9ac1543ae62f1
treec14fdb35d81e26058cd9529480dd3d325e639441
parente8d6b3248f9ec153c11510e85af25165c8196523
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>
zebra/rt_netlink.c