diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-03-22 12:30:30 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-03-22 12:30:30 +0100 |
commit | b2e274eb37000f6114436ee8cd02bf05b4d12641 (patch) | |
tree | 27a97624c428982416fd0961e963a02c905a7a41 /routing/routing-api/src/main/yang/vpp-routing@2017-09-17.yang | |
parent | ddb2f0660239bcf201285c79bb7ce7568046c230 (diff) |
routing: fix issues found by pyang
Change-Id: If6db0aa4d02b15c4997d9552e678d6d9f58a756a
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'routing/routing-api/src/main/yang/vpp-routing@2017-09-17.yang')
-rw-r--r-- | routing/routing-api/src/main/yang/vpp-routing@2017-09-17.yang | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/routing/routing-api/src/main/yang/vpp-routing@2017-09-17.yang b/routing/routing-api/src/main/yang/vpp-routing@2017-09-17.yang index c5594ff32..807d6aab9 100644 --- a/routing/routing-api/src/main/yang/vpp-routing@2017-09-17.yang +++ b/routing/routing-api/src/main/yang/vpp-routing@2017-09-17.yang @@ -2,15 +2,6 @@ module vpp-routing{ namespace "urn:ietf:params:xml:ns:yang:vpp-routing"; prefix "vpp-routing"; - description "General extensions for routes to be able to use VPP route defining apis"; - - revision 2017-09-17 { - description "Support for table lookup option moved to separate model."; - } - - revision 2016-12-14 { - description "Initial revision."; - } import yang-ext { prefix "ext"; @@ -24,6 +15,16 @@ module vpp-routing{ prefix "ietf-r"; } + description "General extensions for routes to be able to use VPP route defining apis"; + + revision 2017-09-17 { + description "Support for table lookup option moved to separate model."; + } + + revision 2016-12-14 { + description "Initial revision."; + } + typedef vni-reference{ type uint32; description "Vrf index reference"; |