TSC-181: ITM Yang Models Cleanup
[genius.git] / itm / itm-api / src / main / yang / itm-state.yang
index 81988c7efdf3e7ed797f8c3a2ad891d7346e73b3..a924b742a3438bb23b5867cc34c0196dabea1879 100644 (file)
@@ -100,27 +100,11 @@ module itm-state {
           /* Minimum 1 port. We may for now support only two ports */
           list tunnel-end-points {
               ordered-by user;
-              key "portname VLAN-ID ip-address tunnel-type"; /* Multiple tunnels on the same physical port but on different VLAN can be supported */
+              key "ip-address tunnel-type"; /* Multiple tunnels on the same physical port but on different VLAN can be supported */
 
-              leaf portname {
-                  status deprecated;
-                  type string;
-              }
-              leaf VLAN-ID {
-                  status deprecated;
-                  type uint16;
-              }
               leaf ip-address {
                   type inet:ip-address;
               }
-              leaf subnet-mask {
-                  status deprecated;
-                  type inet:ip-prefix;
-              }
-              leaf gw-ip-address {
-                  status deprecated;
-                  type inet:ip-address;
-              }
               list tz-membership {
                   key "zone-name";
                   leaf zone-name {