mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 12:41:21 +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 {
|
container mpls {
|
||||||
description
|
description
|
||||||
"Configuration of MPLS parameters";
|
"Configuration of MPLS parameters";
|
||||||
|
Loading…
Reference in New Issue
Block a user