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
Is it intentional that output = testbed.devices[device].learn("routing", route=routes) where routes is a list of routes isn't accepted? In the other models the route keyword expects a list and runs through all prefixes to collect the results in a single .info.
For IOSXR it raises the following: raise ValueError(f'{address!r} does not appear to be an IPv4 or IPv6 interface')
Hi @etiedem , thanks for pointing it out, list of routes isn't accepted with the current version, genie libs are community-driven, do you mind contributing to the change?
Is it intentional that
output = testbed.devices[device].learn("routing", route=routes)
where routes is a list of routes isn't accepted? In the other models the route keyword expects a list and runs through all prefixes to collect the results in a single.info
.For IOSXR it raises the following:
raise ValueError(f'{address!r} does not appear to be an IPv4 or IPv6 interface')
The text was updated successfully, but these errors were encountered: