Merge "Fixed northbound references to SAL"
[controller.git] / opendaylight / md-sal / model / model-flow-base / src / main / yang / table-types.yang
index 52629516f3f61314b76d017117b8fcf47fe5b4d5..5e747e47221ae7557f98b9a22ec9a5caf9fbccc9 100644 (file)
@@ -4,13 +4,17 @@ module opendaylight-table-types {
 
     import ietf-inet-types {prefix inet; revision-date "2010-09-24";}
     import ietf-yang-types {prefix yang; revision-date "2010-09-24";}
-    import opendaylight-flow-types {prefix flow;revision-date 2013-10-26";}
+    import opendaylight-flow-types {prefix flow;revision-date "2013-10-26";}
     import opendaylight-action-types {prefix action;}
 
     revision "2013-10-26" {
         description "Initial revision of table service";
     }
 
+    typedef table-id {
+       type uint8;
+    }
+
     typedef table-ref {
         type instance-identifier;
     }
@@ -325,4 +329,4 @@ module opendaylight-table-types {
 
         }
     }    
-}
\ No newline at end of file
+}