Do not request IPV6 routing info 60/72260/2
authorLuc Provoost <luc.provoost@intel.com>
Tue, 23 Mar 2021 12:22:53 +0000 (13:22 +0100)
committerLuc Provoost <luc.provoost@intel.com>
Thu, 25 Mar 2021 14:44:11 +0000 (15:44 +0100)
commit91c54d4d46d64cbba9d5573609497a211dbbc479
treefee8be32db9aaf52902fe169df03aff56cd5df76
parent6cc79cf61cd3375b3e12956bb9ec3284a8e7440f
Do not request IPV6 routing info

PROX is not yet dealing with IPV6 routing info (only IPV4). Hence we got
a segmentation fault when receiving such information. In a previous
commit, we are checking for IPV4 routing info and we do not continue
processing of any other routing information. With this fix, we ask the
Linux OS NOT to provide IPV6 routing info.
The checks when receiving routing information have changed so that we only
treat IPV4 and nothing else.

Change-Id: I428a036c31014377c8de08da17e51740be0e1de5
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
VNFs/DPPD-PROX/handle_master.c