Skip to content

Expected neighbors not shown in sysrepocfg #1169

@rical

Description

@rical

Current Behavior

A system with OSPF configured neighbors shows no related sysrepcfg output.
sysrepocfg -X -d operational -f json -x "/routing/control-plane-protocols/control-plane-protocol[type='infix-routing:ospfv2']/ietf-ospf:ospf/areas/area/interfaces/interface/neighbors"
{}

Even though they exist in the vtysh.

sudo vtysh -c "show ip ospf interface json"
data..
sudo vtysh -c "show ip ospf json"
data..
sudo vtysh -c "show ip ospf neighbor detail json"
data..

Expected Behavior

sysrepocfg -X -d operational -f json -x "/routing/control-plane-protocols/control-plane-protocol[type='infix-routing:ospfv2']/ietf-ospf:ospf/areas/area/interfaces/interface/neighbors"
data..

Steps To Reproduce

No response

Additional information

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions