From d13de0fa783ab11e33a58417007be0d855be84ae Mon Sep 17 00:00:00 2001 From: Tomas Slusny Date: Tue, 30 May 2017 09:40:54 +0200 Subject: [PATCH] Make create-parents in bulk-o-matic not required To make bulk-o-matic input working like before, make create-parents to default to true to use original functionality with same input as it was before patch that introduced this new flag. Change-Id: I89ee7d299f0ade62bd6859209c537528e5728aa7 Signed-off-by: Tomas Slusny --- applications/bulk-o-matic/src/main/yang/sal-bulk-flow.yang | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/bulk-o-matic/src/main/yang/sal-bulk-flow.yang b/applications/bulk-o-matic/src/main/yang/sal-bulk-flow.yang index 3eda3a0342..1915e8c760 100644 --- a/applications/bulk-o-matic/src/main/yang/sal-bulk-flow.yang +++ b/applications/bulk-o-matic/src/main/yang/sal-bulk-flow.yang @@ -77,6 +77,7 @@ module sal-bulk-flow { leaf create-parents { type boolean; mandatory true; + default true; status current; description "Create parents if doesn't exist"; } -- 2.36.6