We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
my system has two port, and each has one local ip, and the two port need to send same bgp-routes, but only one port can worked
The text was updated successfully, but these errors were encountered:
local-address-list? https://github.com/osrg/gobgp/blob/master/docs/sources/configuration.md
Sorry, something went wrong.
local-address-list is ok, but no way to send same route, and only later route can worked
like this:
local-address-list = ["100.98.37.14","100.98.37.16"] [[bgp-routes]] afi-safi = "ipv4-unicast" nlri = "10.249.189.208/28" nexthop = "100.98.37.14"
[[bgp-routes]] afi-safi = "ipv4-unicast" nlri = "10.249.189.208/28" nexthop = "100.98.37.16"
docker exec -it ebgp gobgp global rib *> 10.249.189.208/28 100.98.37.16 00:00:04 [{Origin: i}]
[[bgp-routes]] ? GoBGP doesn't support such.
[[bgp-routes]]
No branches or pull requests
my system has two port, and each has one local ip, and the two port need to send same bgp-routes, but only one port can worked
The text was updated successfully, but these errors were encountered: