commit | fb6cb30774a1b61db4ab1e6b972f1086f115cf5e | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Wed Aug 09 08:43:27 2017 -0700 |
committer | Stephen Hemminger <stephen@networkplumber.org> | Wed Aug 09 09:14:01 2017 -0700 |
tree | 016ecb2773054409219d2a60c05d7b3b57003ecb | |
parent | fcfcc40b7d19d8a5442d604de506844391103368 [diff] |
lib: Dump ext-ack string by default In time, errfn can be implemented for link, route, etc commands to give a much more detailed response (e.g., point to the attribute that failed). Doing so is much more complicated to process the message and convert attribute ids to names. In any case the error string returned by the kernel should be dumped to the user, so make that happen now. Signed-off-by: David Ahern <dsahern@gmail.com>