From: vdhingra Date: Fri, 24 Apr 2020 12:34:41 +0000 (-0700) Subject: yang : nexthop yang modification X-Git-Tag: base_7.5~179^2~7 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=eac8547afe075c47030a783a2af81d8277ed7b96;p=matthieu%2Ffrr.git yang : nexthop yang modification nexthop vrf is addded as a key along with nh-type, gateway, interface. Signed-off-by: VishalDhingra --- 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;