]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Extend rt netlink encode functions to support encap behavior
authorCarmine Scarpitta <cscarpit@cisco.com>
Thu, 20 Feb 2025 10:02:19 +0000 (11:02 +0100)
committerCarmine Scarpitta <cscarpit@cisco.com>
Wed, 30 Apr 2025 15:51:25 +0000 (15:51 +0000)
commitf7c8bb133948bc538be0d55b004f028d926868cc
tree2e3d005017025834b066ccc6c654df60b11b7fab
parentf2b0f1f610ae7a646565e684b78157370d3b01e2
zebra: Extend rt netlink encode functions to support encap behavior

Previous commits introduced the encap_behavior field to the SRv6
nexthop, enabling the association of one of the encapsulation behaviors
defined in RFC 8986 with an SRv6 nexthop.

This commit extends Zebra rt netlink encoding functions by including
the encapsulation behavior in the Netlink message sent to the kernel
for nexthop installation.

Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
zebra/rt_netlink.c