grpc.github.io icon indicating copy to clipboard operation
grpc.github.io copied to clipboard

GRPC connection select source interface/ip for initialize connection

Open ramarkandasamy opened this issue 7 years ago • 0 comments

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?

ramarkandasamy avatar Apr 12 '19 05:04 ramarkandasamy