Fix setting mac address through [port] section 35/68535/2
authorXavier Simonart <xavier.simonart@intel.com>
Tue, 24 Sep 2019 16:42:44 +0000 (18:42 +0200)
committerPatrice Buriez <patrice.buriez@intel.com>
Tue, 8 Oct 2019 19:33:55 +0000 (19:33 +0000)
commitca79a59426e4c462d786e602427cf9c29450d2b0
tree531b27b81b52301ff4958a2fc9ed283a30533024
parentb1857bf9f5a28b75227ac6393763eb9c952330b8
Fix setting mac address through [port] section

MAC address can be configured through the [port] section.
However this had only some effect on packets being transmitted.
For instance it was used to set the src mac address by the generator.
It had no effect on packets reception: when not in promiscuous mode
only the packets with the MAC originally set by the HW were received.
Now, when not in promiscuous mode, only packets with MAC as defined
in [port] section will be received.

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