freebsd-ports/net-mgmt/py-ciscoconfparse/pkg-message
Kai Knoblich 7853607963 net-mgmt/py-ciscoconfparse: Update to 1.4.3
* 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
2019-08-24 21:14:24 +00:00

17 lines
512 B
Text

[
{ type: upgrade
maximum_version: "1.4.3"
message: <<EOD
Since the 1.4.2 release the behavior of "ip_helper_addresses()" function has
changed. Parsing helper-addresses under factory=True won't work anymore as
expected.
Also the method named "find_objects_w_all_children()" has changed since the
1.4.0 release. Former releases used the keyword "all_children" which has been
replaced with "recurse".
If you use one of those features mentioned above, please migrate your scripts
to the new format.
EOD
}
]