-
Notifications
You must be signed in to change notification settings - Fork 14
Description
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 workingSomething isn't working
Type
Projects
Status
Done