MuLin

Results 5 issues of MuLin

- Why I did it reportType in dialout_client.go is defined as Unknown, Once, Periodic or Stream. But in function publishRun, "case Once" is miss from "switch cs.reportType". - How I...

Ctrl+C cannot terminate dialout_client_cli until dialout_client received the Redis Pub/Sub message. The reason is that the code to check the ctx.Done() is behind the code to receive message. Therefore, I...

Bug

* In gnmi_server/server_test.go Add getting queues tests and non-db data test. Since the non-db data could not be known in advance, so the return data is removed and it only...

#### What I did Improve the speed of `show vrf` command #### How I did it It would get interface information from configDB each time for each vrf in `vrfs`,...

#### What I did Fix the unexpected exception error that appears when the interface is not resolved, causing the key for `interfaceName` to be missing in the case of static...