arp: Config parameters longer than PIPELINE_MAX_ARGS chars ignored 85/44785/4
authorAnand B Jyoti <anand.b.jyoti@intel.com>
Wed, 11 Oct 2017 05:09:51 +0000 (10:39 +0530)
committerAnand B Jyoti <anand.b.jyoti@intel.com>
Thu, 12 Oct 2017 01:45:37 +0000 (07:15 +0530)
commit3531f205d7931cfbc381b28225dbf9f91e3df5df
treec0b028168dc9e3011422e273c6807edee769cd2a
parent48413cdea74b0fedfde4dac00951100b7d32580a
arp: Config parameters longer than PIPELINE_MAX_ARGS chars ignored

JIRA: SAMPLEVNF-86

Due to this KW fix the arp pipeline is rejecting the commands
greater than PIPELINE_MAX_ARGS size. This is seen in arp_route_tbl
which can is becoming bigger in case of multi port setup.

This patch undo the KW fix which is causing issue with longer
parameters under ARPICMP pipeline.

Change-Id: I96ba3882b5fecc6ac2f7b75f11a63083b847bba5
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
common/VIL/l2l3_stack/lib_arp.c