- Adding tunnel-type-mpls-over-gre for distinguishing internal vs external tunnels
[vpnservice.git] / interfacemgr / interfacemgr-api / src / main / yang / odl-interface.yang
index 38405be01414d4a3b8b05e61692105f32f2f438a..9f6308e3acd26b86ef5caffc09480d884d73aa7c 100644 (file)
@@ -70,6 +70,11 @@ module odl-interface {
         base tunnel-type-base;
     }
 
+    identity tunnel-type-mpls-over-gre {
+        description "Tunnel type for mpls over gre tunnels";
+        base tunnel-type-base;
+    }
+
     /* base/common properties */
     augment "/if:interfaces/if:interface" {
         status deprecated;