Merge "Added scenario with settable auxiliaryId in featuresReply message"
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-action.yang
index 43157f2b2aa4a4a30596a8a0b4d4006b60829cef..2b244ac98c4fcecf1fef6adbf13e4f13aa63fdcc 100644 (file)
@@ -5,7 +5,7 @@ module openflow-action {
     import openflow-types { prefix oft; }
 
     revision "2013-07-31" {
-        description "Initial model";
+        description "OpenFlow 1.3 - action model";
     }
 
     identity output {
@@ -76,11 +76,11 @@ module openflow-action {
         description "";
         base oft:action;
     }
-    
+
     container actions-container {
         uses action-header;
     }
-    
+
     grouping action-header {
         container action {
             leaf type {
@@ -90,5 +90,5 @@ module openflow-action {
             }
         }
     }
-    
+
 }
\ No newline at end of file