kobolog / gorb

IPVS on steroids – REST API, heartbeats, service discovery and more
GNU Lesser General Public License v3.0
809 stars 83 forks source link

Add BGP Advertisement Options When VIP Is Added #41

Closed albamc closed 6 years ago

albamc commented 7 years ago

It would be nice to gorb sending BGP advertisement when VIP is added.

albamc commented 7 years ago

There are three ways to do it.

1) Send BGP Advertise directly from gorb. 2) Call the API of external BGP Daemon (ex. Gobgp / quoga) in gorb. 3) Add a separate daemon like gorb-docker-link. This daemon reads the IPVS information and reports it to the external BGP daemon.

I'd like to add a simple daemon that works with gobgp in 3).

kobolog commented 6 years ago

@albamc do you think you'll have time to contribute this feature?

albamc commented 6 years ago

@kobolog Our team made changes for this issues but too many source codes were changed... We don't think our changes is accepted to gorb main codes. Sorry for missing update issues.