diff --git a/yang/frr-isisd.yang b/yang/frr-isisd.yang index fd105d9f76..5d7c739c05 100644 --- a/yang/frr-isisd.yang +++ b/yang/frr-isisd.yang @@ -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 {