Roman Dodin

Results 132 issues of Roman Dodin

### Description of Issue/Question Cisco IOS XR driver [puts](https://github.com/napalm-automation/napalm/blob/develop/napalm/iosxr/iosxr.py#L989) `route_reflector_client: False` for every neighbor in the `get_bgp_config` getter even if the router is a RR itself. Should either of the...

bug
iosxr
pending discussion

Hi all, since the repo has no release tags I am wondering what would be the way to checkout to the, say, 0.4.0 version of the gNMI?

Hi all, what is expected from a target when [File.Stat RPC](https://github.com/openconfig/gnoi/blob/6bddacd72ef8aa06304b887df414a43c8e63ff27/file/file.proto#L128-LL155) is used with a path that points to a directory with nested directories? Should the target recursively provide stat...

Hi all, I would like to discuss what is the right way for a target to handle concurrent [Start RPC](https://github.com/openconfig/gnoi/blob/18d7d51539452c1417ef469877f0f3929f09223f/factory_reset/factory_reset.proto#L28) calls in the scope of a Factory Reset service? Consider...

Hi all, this issues is a feature request to add support for `modifier` pattern substatement as per https://datatracker.ietf.org/doc/html/rfc7950#section-9.4.6

Hi *, I have problems understanding how one can get a directory structure of a module which augments another one. Consider a module like that ``` module test { namespace...

enhancement

Hi all, I would like to clarify on how targets should interprete non-leaf paths for Get and Subscribe RPCs when any of JSON encodings is used. Consider the yang schema...

would be nice to package this script into a lightweight docker image

Hi @networkop starting to hit the pull limits form dockerhub when playing with `kne` ``` Failed to pull image "networkop/init-wait:latest": rpc error: code = Unknown desc = failed to pull...

enhancement

Hi pyang maintainers/users, I wonder what is the correct way to print a `-f tree` representation of a module which containers are augmented by other modules? The case in point...