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

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 { container mpls {