diff --git a/yang/frr-isisd.yang b/yang/frr-isisd.yang index 478d058c19..ab344f2cae 100644 --- a/yang/frr-isisd.yang +++ b/yang/frr-isisd.yang @@ -1994,6 +1994,20 @@ module frr-isisd { } } + container segment-routing-srv6 { + description + "Segment Routing over IPv6 (SRv6) global configuration."; + leaf enabled { + type boolean; + default "false"; + description + "Enable IS-IS extensions to support Segment Routing over + IPv6 data plane (SRv6)."; + reference + "RFC 9352"; + } + } + container mpls { description "Configuration of MPLS parameters";