]> git.puffer.fish Git - mirror/frr.git/commitdiff
yang: Add SRv6 interface to IS-IS YANG model
authorCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Sun, 3 Sep 2023 17:21:50 +0000 (19:21 +0200)
committerCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Mon, 11 Sep 2023 20:11:51 +0000 (22:11 +0200)
Add SRv6 interface to the IS-IS YANG model

Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
yang/frr-isisd.yang

index fd105d9f764e0be85ee398550ec41e6617c17d92..5d7c739c05d2f7565c702938204085a462abfed9 100644 (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 {