[3/4] doc: replace ifconfig in testpmd doc
Checks
Commit Message
The ifconfig command is legacy and no longer maintained;
replace it with equivalent ip command.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
@@ -1381,7 +1381,8 @@ Set the allmulti mode for a port or for all ports::
testpmd> set allmulti (port_id|all) (on|off)
-Same as the ifconfig (8) option. Controls how multicast packets are handled.
+Same as the ``ip link set NETDEV allmulticast (on|off)`` command.
+Controls how multicast packets are handled.
set flow_ctrl rx
~~~~~~~~~~~~~~~~