mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 08:57:29 +00:00
yang: Add SRv6 interface to IS-IS YANG model
Add SRv6 interface to the IS-IS YANG model Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
This commit is contained in:
parent
bdbbb26d55
commit
dd8f09cc55
@ -2051,6 +2051,12 @@ module frr-isisd {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
leaf interface {
|
||||||
|
type string;
|
||||||
|
description
|
||||||
|
"Dummy interface used to install SRv6 SIDs into the Linux data plane.";
|
||||||
|
default "sr0";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
container mpls {
|
container mpls {
|
||||||
|
Loading…
Reference in New Issue
Block a user