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
it took me a minute to make it work, so think it is helpful for people to have this info documented
$ docker run --rm -it --network=container:opi-evpn-bridge-opi-evpn-bridge-1 docker.io/namely/grpc-cli ls localhost:50151 grpc.reflection.v1.ServerReflection grpc.reflection.v1alpha.ServerReflection opi_api.network.evpn_gw.v1alpha1.BridgePortService opi_api.network.evpn_gw.v1alpha1.LogicalBridgeService opi_api.network.evpn_gw.v1alpha1.SviService opi_api.network.evpn_gw.v1alpha1.VrfService
and
$ docker run --rm -it --network=container:opi-evpn-bridge-opi-evpn-bridge-1 docker.io/opiproject/godpu:main evpn list-vrfs --addr=localhost:50151 2023/09/13 17:00:21 VRF with name: //network.opiproject.org/vrfs/blue operation status: 0 vni : 0 vtep ip : addr:{af:IP_AF_INET v4_addr:167772162} len:32 loopback ip: addr:{af:IP_AF_INET v4_addr:167772418} len:32 2023/09/13 17:00:21 VRF with name: //network.opiproject.org/vrfs/green operation status: 0 vni : 100 vtep ip : addr:{af:IP_AF_INET v4_addr:167772162} len:32 loopback ip: addr:{af:IP_AF_INET v4_addr:167772674} len:32 2023/09/13 17:00:21 VRF with name: //network.opiproject.org/vrfs/yellow operation status: 0 vni : 101 vtep ip : addr:{af:IP_AF_INET v4_addr:167772162} len:32 loopback ip: addr:{af:IP_AF_INET v4_addr:167772930} len:32
The text was updated successfully, but these errors were encountered:
added one example here c1f0da9
Sorry, something went wrong.
No branches or pull requests
it took me a minute to make it work, so think it is helpful for people to have this info documented
and
The text was updated successfully, but these errors were encountered: