vasya4k

Results 5 comments of vasya4k

You probably need to look into: ``` func (l *LsNodeNLRI) String() string { if l.LocalNodeDesc == nil { return "NODE { EMPTY }" } local := l.LocalNodeDesc.(*LsTLVNodeDescriptor).Extract() return fmt.Sprintf("NODE {...

# Configuration Example ```toml [global.config] as = 1 router-id = "1.1.1.1" # listen port (by default 179) port = 1790 # to disable listening # port = -1 # listen...

@sanmask it is most likely because Cisco IOSXR version you are using only supports GNMI interface https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/169/b_169_programmability_cg/gnmi_protocol.pdf you can find .proto files here https://github.com/openconfig/gnmi/tree/master/proto/gnmi . I have not implemented GNMI...

@sanmask if you look inside telemetry.proto there is a link to openconfig [repo](https://github.com/openconfig/public/blob/master/release/models/rpc/openconfig-rpc-api.yang) . The link goes nowhere and I think it is because the repo was split and the...

Hey @littlespace I have renamed nest https://github.com/vasya4k/sticoll. You can have a look if you want.