Files
bind9/bin
Michał Kępień aa54cc407f Fix transfer statistics extraction
Make the get_named_xfer_stats() helper shell function more precise in
order to prevent it from matching the wrong lines as that may trigger
false positives for the "ixfr" and "xfer" system tests.  As an example,
the regular expression responsible for extracting the number of bytes
transmitted throughout an entire zone transfer could also match a line
containing the following string:

    transfer of '<zone-name>/IN': sending TCP message of <integer> bytes

However, such a line is not one summarizing a zone transfer.

Also simplify both get_dig_xfer_stats() and get_named_xfer_stats() by
eliminating the need for "echo" statements in them.

(cherry picked from commit fab67c074a)
2019-06-18 08:53:35 +02:00
..
2019-02-06 22:13:05 +00:00
2019-02-06 22:13:05 +00:00
2019-04-25 17:01:11 +02:00
2019-05-07 11:07:32 +10:00
2019-03-06 20:41:09 -08:00
2019-06-06 09:33:13 +10:00
2019-06-18 08:53:35 +02:00