summaryrefslogtreecommitdiffstats
path: root/routing/routing-api/src/main/yang/ietf-ipv6-unicast-routing.yang
diff options
context:
space:
mode:
Diffstat (limited to 'routing/routing-api/src/main/yang/ietf-ipv6-unicast-routing.yang')
-rw-r--r--routing/routing-api/src/main/yang/ietf-ipv6-unicast-routing.yang4
1 files changed, 2 insertions, 2 deletions
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;
}
}
}