Changelog since 1.4.7:
* Add support for parsing "pathlib.Path" objects which contain a
configuration
* Add ".as_cidr_net" and ".as_cidr_addr" on "IPv4Obj" and "IPv6Obj"
* Add support for name and track on IPv6 routes
Changelog since 1.4.3:
* Add support for NXOS in "find_interface_objects()" method
* Fix "append_line()" function when parsing ASA configurations
* Fix broken regular expressions in "has_ip_pim()" methods
* Add "do-test" target to make future QA easier
Changelog since 1.3.43:
* Add parser for various NXOS features
* Fix issue with "ip_helper_adddresses" function that wasn't able to handle
'global' helpers
* Implement "re_search_children()" directly on the "CiscoConfParse()" object
* Fix NXOS HRSP issue with "has_ip_hsrp" function
Changelog:
* Fix CiscoRange() should automatically prune duplicates added to the list
* Fix ciscoconfparse.ccp_util.CiscoRange() should support emtpy ranges
* Fix ciscoconfparse.models_cisco needs an explicit MAX_VLAN constant
* Fix IOSCfgLine().re_match_typed() doesn't have an 'untyped_default'
boolean
* Fix trunk_vlans_allowed returns only two lines
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19684
Dependency devel/py-ipaddr is only necessary with Python 2.
While here, update LICENSE.
PR: 227162
Submitted by: Kai <freebsd_ports@k-worx.org> (maintainer)