Fix reset value 48/68048/4
authorXavier Simonart <xavier.simonart@intel.com>
Fri, 14 Jun 2019 17:14:16 +0000 (19:14 +0200)
committerXavier Simonart <xavier.simonart@intel.com>
Mon, 5 Aug 2019 16:47:40 +0000 (16:47 +0000)
commitcefc6fd66b13e3f3a7b9635a8bd474fd329e1d62
tree840ce3d0d28d9760db677c362b466d32779bedbd
parent36fdd91214ab495f634933f241ace985ef03e3a6
Fix reset value

In addition to resetting all values set by the user, reset value was also
resetting internal configuration. It resulted that the src mac address
in the outgoing packet was set to whatever was specified in pkt inline,
which is wrong (by default src mac address should be set the the port mac address).
Note that reset value reset any "set values" but does not reset
the packet size.

Change-Id: I9d1cd92be9f5814bd7b104932dd6ffe5df3b6edd
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
VNFs/DPPD-PROX/handle_gen.c