projectcalico / bird

Calico's fork of the BIRD protocol stack
90 stars 86 forks source link

include rip protocol #99

Closed sbvitok closed 2 years ago

sbvitok commented 2 years ago

Description

I need rip protocol, you says on dockerhub what it's supported, but it is not, fix this mistake.

CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

caseydavenport commented 2 years ago

@sbvitok could you share your use case? RIP isn't a feature of Calico today and adding it to BIRD here won't make it such - we'll need to design the config model around it as well. Generally we're not in the business of running arbitrary routing protocols as part of Calico, but you can always run upstream BIRD.

sbvitok commented 2 years ago

@sbvitok could you share your use case? RIP isn't a feature of Calico today and adding it to BIRD here won't make it such - we'll need to design the config model around it as well. Generally we're not in the business of running arbitrary routing protocols as part of Calico, but you can always run upstream BIRD.

I can edit bird template to add RIP configs, but I can't do it because binary do not include RIP protocol. I resolve my problem by create ibgp to rip converter in host running bird, so if you don't interesting rip protocol in bird, you can close this PR