Errors raised in the common util functions should raise the location
of their caller to be useful and include the errno description.
Depends on D30629
Differential D30671
tests/netgraph: Attribute errors to the caller donner on Jun 7 2021, 2:03 PM. Authored by Tags None Referenced Files
Subscribers
Details
Errors raised in the common util functions should raise the location Depends on D30629 Before failed: .../util.c:151: -1 != NgSendData(ds, hook, data, len) not met After failed: .../basic.c:55: -1 != NgSendData(ds, hook, data, len) not met (No route to host)
Diff Detail
|