From 0616677aeb65d4039f8e2cfbd90c03908e9dcb69 Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Mon, 28 Nov 2022 12:09:02 +0100 Subject: [PATCH] yang: Add SRv6 node to IS-IS YANG model Add `segment-routing-srv6` node to the IS-IS YANG model. Signed-off-by: Carmine Scarpitta --- yang/frr-isisd.yang | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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"; -- 2.39.5