Skip to content

Raising an error in ourneg function instead of logging to be able to handle it in probe modules

Corl3ss requested to merge Corl3ss/exitmap:Corl3ss-master-patch-72077 into master

Some types of errors (e.g. 0x06: errno.ETIMEDOUT, # TTL expired) are useful for analysing the results of probe modules. The log.debug in ourneg function is modified in a raise error to be handle by modules.

Merge request reports