From eac8547afe075c47030a783a2af81d8277ed7b96 Mon Sep 17 00:00:00 2001 From: vdhingra Date: Fri, 24 Apr 2020 05:34:41 -0700 Subject: [PATCH] yang : nexthop yang modification nexthop vrf is addded as a key along with nh-type, gateway, interface. Signed-off-by: VishalDhingra --- yang/frr-nexthop.yang | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yang/frr-nexthop.yang b/yang/frr-nexthop.yang index 779c56df7f..8d47183b83 100644 --- a/yang/frr-nexthop.yang +++ b/yang/frr-nexthop.yang @@ -236,7 +236,8 @@ module frr-nexthop { grouping nexthop-grouping { list nexthop { - key "nh-type gateway interface"; + key "nh-type vrf gateway interface"; + min-elements 1; description "A list of nexthop objects."; uses frr-nexthop-attributes; -- 2.39.5