FRRouting / frr

The FRRouting Protocol Suite
https://frrouting.org/
Other
3.21k stars 1.24k forks source link

FRR Northbound Migration Roadmap #5428

Open rzalamena opened 4 years ago

rzalamena commented 4 years ago

This issue will serve the purpose of tracking the current FRR efforts to implement and possibly migrate the CLI to the new northbound model.

There is a public branch for the development of the northbound here: https://github.com/FRRouting/frr/tree/nb_conversions

Please comment here if you have plans to work on something.

Implemented (YANG model + northbound)

Work-in-Progress (northbound)

TODO (YANG model and/or northbound)

The list below contains the suggestion YANG model (formal specification or vendor specific) and the approximate commands amount to convert.

(total commands include commands that do not need migration, example: clear bgp * or show <daemon> <status> etc...)

(the items above were measured in 2019/07/14)

Spantik commented 4 years ago

Thanks Rafael for opening this issue for tracking. We (VMware) will keep updating our status as comments here for tracking. We would be pushing yang files first followed by backend code changes for CLI adapting the same for static, PIM, BGP and OSPF.

rzalamena commented 4 years ago

Meeting note (2019/12/03): @rwestphal has plans for fabricd but will not start now. Please, contact him if anyone wants to join efforts or take over.

Spantik commented 4 years ago

https://github.com/FRRouting/frr/pull/5460 for staticd Yang is ready for review.

srajesh-elisity commented 3 years ago

Hi all,

is BGP northboud yang implementation merged into 7.5.1 release? can you please confirm?