mirror of
https://github.com/aya-rs/aya.git
synced 2026-06-09 15:37:10 +02:00
39cf6c12f2
This returns error strings from netlink since they are more informative than the raw os error. For example: "Device or Resource Busy" vs. "XDP program already attached". Signed-off-by: Dave Tucker <dave@dtucker.co.uk>