]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Extend rt netlink parse functions to support encap behavior
authorCarmine Scarpitta <cscarpit@cisco.com>
Fri, 21 Feb 2025 15:05:17 +0000 (16:05 +0100)
committerCarmine Scarpitta <cscarpit@cisco.com>
Wed, 30 Apr 2025 15:51:25 +0000 (15:51 +0000)
commite9f8b96fa9251d8c3b23c92f3e54ba9a0182c269
treedb1b50de3f8c2445c11087f8336a67138584dce9
parentf7c8bb133948bc538be0d55b004f028d926868cc
zebra: Extend rt netlink parse 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 parse functions by extracting
the encapsulation behavior from the Netlink message received from the
kernel.

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