-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EthPortTable broken with v2.6.5 #1215
Comments
UT logs: from jnpr.junos import Device with Device(host='xx.xx.xx.xx', password='xyz', gather_facts=False ) as dev: pyez_table_view_test# python tableview.py python tableview.py python tableview.py |
Fixed #1216 |
In the following scenario:
within a 2.6.5 env, the following code outputs an empty EthPortTable (e.g.mip-12 is a mx960 with ge-, xe-, et-, ae interfaces):
but in a 2.6.4 env:
Can someone confirm this issue?
BR
The text was updated successfully, but these errors were encountered: