You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
Using GRPC with C++ API to connect with GoBGP servers. We have Eth0(Mgmt) and Eth1(Control Traffice) interfaces.
grpc::CreateChannel() to connect with GoBGP server. It is always selecting Eth0 interface.
Is there anyway or option to select Eth1 interface always?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment:
Using GRPC with C++ API to connect with GoBGP servers. We have Eth0(Mgmt) and Eth1(Control Traffice) interfaces.
grpc::CreateChannel() to connect with GoBGP server. It is always selecting Eth0 interface.
Is there anyway or option to select Eth1 interface always?
The text was updated successfully, but these errors were encountered: