Ignore padding for `sockaddr_nl` struct
`nl_pad` field does not contain any actual data, so using it for comparison or hashing doesn't make sense. Instead manually implement extra traits ignoring this field.
Loading
Please register or sign in to comment