aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip_sas.h
AgeCommit message (Collapse)AuthorFilesLines
2021-08-13ip: source address selectionOle Troan1-0/+32
Implement a simple source address selection algorithm for IPv4 and IPv6. IPv6 does not yet implement RFC6724 but supports link-locals. ping now chooses correct source address for link-local destination. Added ping support for link-local multicast (e.g. allnodes). Type: feature Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: I1a3382c1f7d4ace0386c2c19e4e47b045b73a3ed Signed-off-by: Ole Troan <ot@cisco.com>