]> git.puffer.fish Git - matthieu/frr.git/commitdiff
yang: add unified protocol types in rib model
authorChirag Shah <chirag@cumulusnetworks.com>
Tue, 28 Apr 2020 23:01:19 +0000 (16:01 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Tue, 12 May 2020 21:52:08 +0000 (14:52 -0700)
Add v4/v6 unified protocol list to rib operational
model.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
yang/frr-zebra.yang

index 22fb391e5c42ba7fdd43638bbad348b46acf8a91..cc83f1e0c54c3413ba918327642cb3bc7428e4b7 100644 (file)
@@ -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.";
             }