app/testpmd: move VXLAN/NVGRE help in filters section
authorXiaoyu Min <jackmin@mellanox.com>
Wed, 17 Jul 2019 12:27:07 +0000 (20:27 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 23 Jul 2019 12:31:35 +0000 (14:31 +0200)
commitd7efcee90fa27427e246d1c96973f36a2b944b40
tree01c32989830adf0a563e2b32effdf1ce4e5624d0
parentf14a94591504ceb255f9fc4c810ae925bc022ff6
app/testpmd: move VXLAN/NVGRE help in filters section

The help string of set vxlan*, set nvgre* are in "config" section.
But they actually do not alter NIC or testpmd's configuration and
they will be used by "flow" command later.

Put them in "filters" section along with "flow" command seems more
reasonable.

Signed-off-by: Xiaoyu Min <jackmin@mellanox.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
app/test-pmd/cmdline.c