From 32aa07e5517fba7f78ae79d2ba83b56f72a53293 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Thu, 1 Dec 2016 18:15:52 +0100 Subject: HONEYCOMB-58 - Routing Plugin Structure Read/Write support for ipv4/6 static routes. Restriction due to vpp implementation described in readme. Change-Id: I328f406a9b7cb8781f8becf98eca293cebe66859 Signed-off-by: Jan Srnicek --- routing/routing-api/src/main/yang/ietf-ipv6-unicast-routing.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'routing/routing-api/src/main/yang/ietf-ipv6-unicast-routing.yang') diff --git a/routing/routing-api/src/main/yang/ietf-ipv6-unicast-routing.yang b/routing/routing-api/src/main/yang/ietf-ipv6-unicast-routing.yang index 93de395d6..9c6ce4db4 100644 --- a/routing/routing-api/src/main/yang/ietf-ipv6-unicast-routing.yang +++ b/routing/routing-api/src/main/yang/ietf-ipv6-unicast-routing.yang @@ -632,7 +632,7 @@ module ietf-ipv6-unicast-routing { //TODO modification needed because of yangtools bug(unable to proceed augmentation in separate model of augmentation in this model) container vpp-ipv6-route-state{ - uses vpp-r:vpp-routing-state-attributes; + uses vpp-r:vpp-route-attributes; } } } @@ -749,7 +749,7 @@ module ietf-ipv6-unicast-routing { //TODO modification needed because of yangtools bug(unable to proceed augmentation in separate model of augmentation in this model) container vpp-ipv6-route{ - uses vpp-r:vpp-routing-attributes; + uses vpp-r:vpp-route-attributes; } } } -- cgit 1.2.3-korg