diff options
author | Pierre Pfister <ppfister@cisco.com> | 2016-06-22 12:58:30 +0100 |
---|---|---|
committer | Chris Luke <chris_luke@cable.comcast.com> | 2016-06-22 17:09:33 +0000 |
commit | d076f19b5e119265d995a031707c8d78608c439f (patch) | |
tree | ed5c48a979a26534da3b6228b5f71ae5e506c84a /dpdk/Makefile | |
parent | 5b7a563ff0a39b74a0f037572b7709e3c9aa5cf2 (diff) |
ARP/NDP does not send solicitation when no source address is available
Currently, when the interface has no address assigned to it,
VPP crashes as ip_interface_address_for_packet assumes there
always is at least one address.
This patch checks if an address is available at all.
The only part of VPP using it is ARP or NDP.
When a neighbor discovery message has to be sent while
there is no address assigned on the interace, no
solicitation is sent and an error counter is incremented.
Change-Id: Ia9fdaf8e84050a1ceeb47f5370819d3df95714f0
Signed-off-by: Pierre Pfister <ppfister@cisco.com>
Diffstat (limited to 'dpdk/Makefile')
0 files changed, 0 insertions, 0 deletions