GoBGP: BGP Implemented in Go
github.com
GoBGP: BGP Implemented in Go
1–10 of 130 posts
Re: GoBGP: BGP Implemented in Go
#2Suggestion: include a quick abstract what what BGP is with a link for more information.
Re: GoBGP: BGP Implemented in Go
#3I assume BGP == Border Gateway Protocol https://en.wikipedia.org/wiki/Border_Gateway_Protocol Suggestion: include a quick abstract what what BGP is with a link for more information.
Re: GoBGP: BGP Implemented in Go
#4Re: GoBGP: BGP Implemented in Go
#5I assume BGP == Border Gateway Protocol https://en.wikipedia.org/wiki/Border_Gateway_Protocol Suggestion: include a quick abstract what what BGP is with a link for more information.
Re: GoBGP: BGP Implemented in Go
#6I assume BGP == Border Gateway Protocol https://en.wikipedia.org/wiki/Border_Gateway_Protocol Suggestion: include a quick abstract what what BGP is with a link for more information.
Is that necessary? I'm not sure how many people are unaware of what BGP is.
Re: GoBGP: BGP Implemented in Go
#7So at the moment I see no reason why Go written BGP would be better than standard Quagga/Zebra. There aren't really concurrency or resource issues with large scale Quagga in my experience.
Re: GoBGP: BGP Implemented in Go
#8Re: GoBGP: BGP Implemented in Go
#9So at the moment I see no reason why Go written BGP would be better than standard Quagga/Zebra. There aren't really concurrency or resource issues with large scale Quagga in my experience.
Off-hand, you could use GoBGP to do cheap loadbalancing-ish things without external dependencies.
Re: GoBGP: BGP Implemented in Go
#10So at the moment I see no reason why Go written BGP would be better than standard Quagga/Zebra. There aren't really concurrency or resource issues with large scale Quagga in my experience.