Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/route: unset locked ext flag in neigh msg
The kernel does not allow setting the NTF_EXT_LOCKED neigh ext flag from userspace, so unset it in requests. This would avoid the error that would occur when an FDB entry with the locked flag is retrieved from the kernel, modified, and accidentally send back to the kernel without unsetting the locked flag first. In addition, only send the ext flags if at least one is set.
- Loading branch information