diff options
author | 2016-05-18 15:05:51 +0200 | |
---|---|---|
committer | 2016-05-24 08:36:34 +0000 | |
commit | f9b2551eae7b4410b6910a05f19413b9b83137d4 (patch) | |
tree | 476f11bd2fdf611083ffe5e6363620046f37eca8 /v3po/data-impl/src/main/yang | |
parent | d421438681e97ef7213a5cb925c49755cd9fb4b6 (diff) |
HONEYCOMB-61: Restore configuration and context from persisted files
Change-Id: I6edce127f8895f5d65998b4be71a0a111ca2e8bb
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'v3po/data-impl/src/main/yang')
-rw-r--r-- | v3po/data-impl/src/main/yang/data-impl.yang | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/v3po/data-impl/src/main/yang/data-impl.yang b/v3po/data-impl/src/main/yang/data-impl.yang index 3af9d8d3f..a6b217a84 100644 --- a/v3po/data-impl/src/main/yang/data-impl.yang +++ b/v3po/data-impl/src/main/yang/data-impl.yang @@ -24,13 +24,6 @@ module data-impl { config:java-name-prefix InMemoryDataTree; } - typedef datatree-type { - type enumeration { - enum config; - enum oper; - } - } - augment "/config:modules/config:module/config:configuration" { case inmemory-data-tree { when "/config:modules/config:module/config:type = 'inmemory-data-tree'"; @@ -45,7 +38,7 @@ module data-impl { } leaf type { - type datatree-type; + type dapi:datatree-type; } } } |