-
Notifications
You must be signed in to change notification settings - Fork 930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support TCP-MD5 authentication for BGP #215
Comments
This looks like a great feature to have. General overview of implementation:
Are you interested in contributing a PR for this? I'm happy to implement it myself, but if you want to do it, I would be happy to do code reviews and give you advice! |
So i have made some attempt, not yet ready for a PR since its not functional, but see here
this line is clearly the issue: Line
I have had a look at gobgp, which seems to do this by not using net.Conn, but using some fancy legwork with os file descriptors link, which i wish we could avoid if the net.Conn api's allow. |
closing, PR #236 merged. |
Just trying to get metalllb with vultr's BGP to work as well. I still wonder if I use metallb with or without BIRD. And where do I put the reserved IP I got from vultr if used without BIRD (with BIRD,I'd link it to a dummy interface)? With this setup my services get private
|
Hi,
|
frr-k8s via cno job: don't change the csv
Is this a bug report or a feature request?:
Feature Request
What happened:
We would like to be able to set a password field in the BGP configuration, needed when working with some peers: Like Vultr's BGP, which accept a password field to authenticate a user, see the
protocol bgp vultr
section in documentation link above, there is apassword
line. Looking through the code, seems like it would go to some place like this though of course im not a go programmer yet.What you expected to happen:
We cant set the password, so we will obviously not be able to use their BGP
How to reproduce it (as minimally and precisely as possible):
Always
Anything else we need to know?:
Not sure if there is a downside, but we only see the upsides.
Environment:
uname -a
): 4.15.12The text was updated successfully, but these errors were encountered: