You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"show interfaces neighbor expected" returns empty results when run on our clusters after a recent change in minigraph.py: 1496d1d
Specifically, the device_data now explicitly excludes values that are "None", resulting in the entry being skipped by the "show interfaces neighbor expected" command implementation ( show/interfaces/__init__.py )
Steps to reproduce the issue:
Run "show interfaces neighbor expected" on a DUT for which the neighbor metadata lacks loopback addr
Describe the results you received:
The command now returns empty results, though our device has neighbors:
Description
"show interfaces neighbor expected" returns empty results when run on our clusters after a recent change in minigraph.py:
1496d1d
Specifically, the device_data now explicitly excludes values that are "None", resulting in the entry being skipped by the "show interfaces neighbor expected" command implementation (
show/interfaces/__init__.py
)Steps to reproduce the issue:
Describe the results you received:
The command now returns empty results, though our device has neighbors:
Describe the results you expected:
Prior to the change in minigraph.py the command returned the following on the same device:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: