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 <carmine.scarpitta@uniroma2.it>
This commit is contained in:
Carmine Scarpitta 2022-11-28 12:09:02 +01:00
parent 91905e44b9
commit 0616677aeb

View File

@ -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";