CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/01 11:30:23
Modified files:
sbin/unwind : frontend.c
Log message:
Upstream renamed parse_extract_edns to
parse_extract_edns_from_response_msg and parse_edns_from_pkt to
parse_edns_from_query_pkt in libunbound 1.14.0.
Both funktions work equally well for us but it would look weird to use
the "from_response_msg" function on the query so switch to
parse_edns_from_pkt in preparation for the libunbound update.
testing & OK sthen
