Simon Jones
Simon Jones
Hi all, I write gnmi server follow [SONiC/TELEMETRY](https://github.com/Azure/sonic-telemetry/tree/master/telemetry). The server side start command use '--insecure', which is: ``` /usr/sbin/telemetry -logtostderr --log_to_syslog=true --insecure --port 8080 --allow_no_client_auth -v=2 ``` And server side...
Hi all, I'm using trex-v3.0, I found "Could NOT delete namespace" by this step. This is /etc/trex_cfg.yaml ``` - version: 2 interfaces: ['enp0s10v0', 'enp0s10v1', 'enp0s10', 'enp0s11v0', 'enp0s11v1', 'enp0s11'] #stack: linux_based...
Hi all, I'm using teamd-v1.31(tag v1.31) from source compile from https://github.com/jpirko/libteam . This is my network topo: ``` teamd-1 | | veth11 veth01 | | | | veth10 veth00 |...
Hi all, I'm want to create a nat64 listener. For web, I could set nat64=enable in this web page.  Or I could use tmsh cli like this: `create ltm...
### Checklist - [ ] 1. I have searched related issues but cannot get the expected help. - [ ] 2. The bug has not been fixed in the latest...
Hi, all, In my use case, I need to use a VCL socket, which is based on quic-plugin, as a netdev to add into a bridge domain. Detail is like...