Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct panic when IPv4 lacks IFA_ADDRESS address
IFA_ADDRESS is to be used as the peer address if it differs from IFA_LOCAL. Therefore, include the check for "no IFA_ADDRESS" in the difference check. Example: ppp interfaces can contain IFA_LOCAL and no IFA_ADDRESS attribute Signed-off-by: Joe Swantek <joseph.swantek@northwestern.edu>
- Loading branch information