Update MRI upstreams
[openflowplugin.git] / model / model-flow-service / src / main / yang / sal-table.yang
index e8b45ace1ad29616286eda0c319b9ee82f21ed59..cfbd6f03040ac5996c3c5966879e0faa17b2fc79 100644 (file)
@@ -11,7 +11,7 @@ module sal-table {
     revision "2013-10-26" {
         description "Initial revision of table service";
     }
-    
+
     grouping table-update {
         description "Openflow table configuration structure suitable for rpc (contains node-context-ref)";
 
@@ -23,10 +23,10 @@ module sal-table {
             uses table-type:table-features;
         }
     }
-    
+
     rpc update-table {
         description "Configuring openflow table.";
-        
+
         input {
             uses tr:transaction-metadata;
             leaf table-ref {
@@ -39,7 +39,7 @@ module sal-table {
             uses tr:transaction-aware;
         }
     }
-    
+
     notification table-updated {
         status deprecated;