Releases: napalm-automation/napalm-yang
Releases · napalm-automation/napalm-yang
v0.1.0
- Python 3 support
- Use latest upstream pyangbind 0.8.0
- Minor bugfixes and improvements
0.0.7
Too many changes to mention.
0.0.6
- Added
compliance_report
method
- Added
to_dict
method
load_dict
now updated values even if it's their default value (so they show up when using get
and to_dict
with filter=True
0.0.5
- Implemented
get_state
- Added
openconfig-interfaces
state model parser for junos.
0.0.4
- Improvements on the merge/replace operations
0.0.3
- Implemented an IOS profile to parse/translate
openconfig-interfaces
model.
- Minor improvements on the logic to merge/replace configuration
- Added
netmask_to_cidr
and cidr_to_netmask
jinja2 filters.