Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/linux/addrs: fix point-to-point peer address bug
On point-to-point networks IFA_ADDRESS points to the peer address instead of the local address. /* * Important comment: * IFA_ADDRESS is prefix address, rather than local interface address. * It makes no difference for normally configured broadcast interfaces, * but for point-to-point IFA_ADDRESS is DESTINATION address, * local address is supplied in IFA_LOCAL attribute. */
- Loading branch information