From 748a972c03d74bd17adfc1aef983fe906fb5c574 Mon Sep 17 00:00:00 2001 From: Chirag Shah Date: Tue, 28 Apr 2020 16:01:19 -0700 Subject: [PATCH] yang: add unified protocol types in rib model Add v4/v6 unified protocol list to rib operational model. Signed-off-by: Chirag Shah --- yang/frr-zebra.yang | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang index 22fb391e5c..cc83f1e0c5 100644 --- a/yang/frr-zebra.yang +++ b/yang/frr-zebra.yang @@ -658,9 +658,7 @@ module frr-zebra { list route-entry { key "protocol"; leaf protocol { - type frr-route-types:frr-route-types-v4; - //TODO: Use unified route types done in PR 5183 when it is merged. - //type frr-route-types:frr-route-types; + type frr-route-types:frr-route-types; description "The protocol owning the route."; } -- 2.39.5