Skip to content

Commit

Permalink
yang: add unified protocol types in rib model
Browse files Browse the repository at this point in the history
Add v4/v6 unified protocol list to rib operational
model.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
  • Loading branch information
chiragshah6 committed Apr 29, 2020
1 parent 1c9d9c1 commit a3d311c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions yang/frr-zebra.yang
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,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.";
}
Expand Down

0 comments on commit a3d311c

Please sign in to comment.