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:
Carmine Scarpitta 2023-09-03 19:21:50 +02:00
parent bdbbb26d55
commit dd8f09cc55
1 changed files with 6 additions and 0 deletions

View File

@ -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 {