Tristan T.
Tristan T.
For the IOSXR regex, the value of the 'timezone' is matched against 3 characters only. This does not take into account 'CEST' timezone for instance. Then the syslog is not...
### Description of Issue/Question Hello everyone, When a description is not specified for a neighbor, the last description field that matched is stored instead. A quick fix should be to...
### Description of Issue/Question Some IPv6 are not matched by the 3 regex used for IPv6. Adding a fourth IPv6 regex as follows should be fine: ``` ([0-9a-fA-F]{1,4}:){1,6}: ``` https://github.com/napalm-automation/napalm/blob/ad1ff72000d0de59f25c8847694f51a4ad5aca86/napalm/ios/ios.py#L65...
Hello, This small change in the XR Clean InstallImagesAndPackages should ease the error detection for steps "install add" and "install activate". In recent software, these modes are launched by default...
Hello, I'm not sure this is the right place for that but I'll take the risk to ask. I notice today after a few utilization of the device API copy_to_device...
### Description of Issue/Question When using the validate / compliance_report function, the list validation is not done properly. For a given "item" in a validation file, if this item is...