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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v1.5 Release Notes
Release Overview
Added Mikrotik, fastiron, and Panos parsers.
Added function to allow conversion from Panos curly bracket to set format.
Updated Interface mappings for FourHundredGigabitEthernet and TwoGigabitEthernet.
Added Encryption/Decryption/Comparison for Cisco & Juniper Type 9.
Added Regex functions to primarily be used wihin your Jinja2 environment.
Announcements
Deprecation of compare_type5, compare_type7, encrypt_type7, encrypt_type5, and decrypt_type7 in favor of vendor namespaced functions, such as compare_cisco_type5 and decrypt_cisco_type7 to take place on netutils 2.0.
Support for Python 3.7 is dropped.
[v1.5.0] - 2023-07
Added
#223 Interface abbreviation for TwoGigabitEthernet.
#227 Add functions for encrypting and decrypting junipter $9$ type passwords.