diff options
Diffstat (limited to 'routing/routing-api/src/main/yang/ietf-ipv4-unicast-routing.yang')
-rw-r--r-- | routing/routing-api/src/main/yang/ietf-ipv4-unicast-routing.yang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/routing/routing-api/src/main/yang/ietf-ipv4-unicast-routing.yang b/routing/routing-api/src/main/yang/ietf-ipv4-unicast-routing.yang index ed320fd2d..49052c16a 100644 --- a/routing/routing-api/src/main/yang/ietf-ipv4-unicast-routing.yang +++ b/routing/routing-api/src/main/yang/ietf-ipv4-unicast-routing.yang @@ -228,7 +228,7 @@ module ietf-ipv4-unicast-routing { //TODO modification needed because of yangtools bug(unable to proceed augmentation in separate model of augmentation in this model) container vpp-ipv4-route-state{ - uses vpp-r:vpp-routing-state-attributes; + uses vpp-r:vpp-route-attributes; } } } @@ -348,7 +348,7 @@ module ietf-ipv4-unicast-routing { //TODO modification needed because of yangtools bug(unable to proceed augmentation in separate model of augmentation in this model) container vpp-ipv4-route{ - uses vpp-r:vpp-routing-attributes; + uses vpp-r:vpp-route-attributes; } } } |