diff options
author | 2018-03-22 08:17:05 +0100 | |
---|---|---|
committer | 2018-03-22 08:17:05 +0100 | |
commit | a97085b38443361cb830c7c4127e9a5d69d7f055 (patch) | |
tree | c0022bda88d285e1e0e8f07271a0cd7cc0d37e6d /lisp/api/src/main/yang/gpe-entry-identification-context@2017-05-17.yang | |
parent | d454620886abaf81405931260af4d58287ff2f21 (diff) |
lisp: fix issues found by pyang
Change-Id: Ia48f32dca30e74c3d132556a85e38d70802f6c83
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'lisp/api/src/main/yang/gpe-entry-identification-context@2017-05-17.yang')
-rw-r--r-- | lisp/api/src/main/yang/gpe-entry-identification-context@2017-05-17.yang | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/api/src/main/yang/gpe-entry-identification-context@2017-05-17.yang b/lisp/api/src/main/yang/gpe-entry-identification-context@2017-05-17.yang index 8f4d8aceb..7c8e40eb5 100644 --- a/lisp/api/src/main/yang/gpe-entry-identification-context@2017-05-17.yang +++ b/lisp/api/src/main/yang/gpe-entry-identification-context@2017-05-17.yang @@ -3,6 +3,10 @@ module gpe-entry-identification-context { namespace "urn:honeycomb:params:xml:ns:yang:gpe:entry:identification:context"; prefix "gpe-entry-identification-context"; + import ietf-lisp-address-types {prefix "lisp-types";} + import yang-ext {prefix "ext";} + import naming-context { prefix "nc";} + description "This module contains mappings between gpe entry identificator and actual unique combination of remote/local eid and vni in vpp"; @@ -12,11 +16,6 @@ module gpe-entry-identification-context { "Initial revision."; } - import lisp {prefix "lisp";} - import ietf-lisp-address-types {prefix "lisp-types";} - import yang-ext {prefix "ext";} - import naming-context { prefix "nc";} - grouping gpe-entry-identification-context-attributes{ container gpe-entry-identification-contexts { |