]> git.droids-corp.org - dpdk.git/commit
examples/ipsec-secgw: fix promiscuous mode option
authorNithin Dabilpuram <ndabilpuram@marvell.com>
Thu, 28 Apr 2022 15:18:30 +0000 (20:48 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 1 Jun 2022 14:26:34 +0000 (16:26 +0200)
commit23d3a468c42ac8b63a36c9c4a6f01e459350f777
tree0b58a5eb0400f4c78748e1762c0c3139a4eef24f
parenta8ade12123c3959178260f7894b945250217e452
examples/ipsec-secgw: fix promiscuous mode option

Currently default value of promiscuous mode flag is true and
even there is command line argument to set it to true.
So it never is in non-promiscuous mode. Fix it by
changing default value to false.

Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application")
Cc: stable@dpdk.org
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
examples/ipsec-secgw/ipsec-secgw.c