Turn Single Layer Serialization on by default 56/52356/4
authorTomas Slusny <tomas.slusny@pantheon.tech>
Tue, 28 Feb 2017 12:07:02 +0000 (13:07 +0100)
committerTomas Slusny <tomas.slusny@pantheon.tech>
Tue, 7 Mar 2017 13:37:16 +0000 (13:37 +0000)
Change leaf user-single-layer-serialization to "true" to turn
Single Layer Serialization on by default.
More informations about this change can be found
here: http://ow.ly/NNJu309qSRv.

Change-Id: I00846d0776a64c160e8fff122b30cfc620eb79b0
Signed-off-by: Tomas Slusny <tomas.slusny@pantheon.tech>
openflowplugin-api/src/main/yang/openflow-provider-config.yang

index acaacd32c8acd7b1fef5c45d4f0dbcc6c7ea831f..95d50b04d60d2c406b40f1b89566846bf5693379 100644 (file)
@@ -114,7 +114,7 @@ module openflow-provider-config {
             by device, so serialization and deserialization is faster. Otherwise, models are first serialized to
             Openflow specification models and then to format supported by device, and reversed when deserializing.";
             type boolean;
-            default "false";
+            default "true";
         }
     }
 }