mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:26:14 +00:00
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:
parent
91905e44b9
commit
0616677aeb
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user