BUG-4004: sal-echo.yang contains strange characters 91/24191/1
authorMichal Rehak <mirehak@cisco.com>
Thu, 16 Jul 2015 09:27:20 +0000 (11:27 +0200)
committerMichal Rehak <mirehak@cisco.com>
Thu, 16 Jul 2015 09:31:12 +0000 (11:31 +0200)
 - chacters replaced (origin was probably OFP-1.3.2 specification pdf)

Change-Id: I1d37a291f14388c3436eb1fbb4f1245ad9fe09dd
Signed-off-by: Michal Rehak <mirehak@cisco.com>
model/model-flow-service/src/main/yang/sal-echo.yang

index a8e507529883083fc4af7656447e4ebd9354473f..bd5fc4ef2840c27f5798104fc0e55cd13193b554 100644 (file)
@@ -9,16 +9,16 @@ module sal-echo {
     revision "2015-03-05" {
         description "Initial proposal, tentative API.";
     }
-    
+
     rpc send-echo {
         description "Sending echo message to openflow device.";
 
         input {
             uses "inv:node-context-ref";
             leaf data {
-                description "Openflow echo request payload (arbirary-length data eld). The
-                  data eld might be a message timestamp to check latency, various lengths
-                  to measure bandwidth, or zero-size to verify liveness between the switch 
+                description "Openflow echo request payload (arbirary-length data field). The
+                  data field might be a message timestamp to check latency, various lengths
+                  to measure bandwidth, or zero-size to verify liveness between the switch
                   and controller.";
 
                 type binary;
@@ -31,5 +31,5 @@ module sal-echo {
                 type binary;
             }
         }
-    }  
+    }
 }