X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FIPv4Setup.py;h=577b225ad147ea5b5e4d03a0cb00e9c3f0289ce9;hp=50154103ec0c86267826de742f6095e6a7f168b3;hb=452fabf532691f88b36b79bf2469afde18183de2;hpb=807afe3f73ef9f6170e72f922338d0a726028ec6 diff --git a/resources/libraries/python/IPv4Setup.py b/resources/libraries/python/IPv4Setup.py index 50154103ec..577b225ad1 100644 --- a/resources/libraries/python/IPv4Setup.py +++ b/resources/libraries/python/IPv4Setup.py @@ -319,7 +319,7 @@ class IPv4Setup(object): def add_arp_on_dut(node, interface, ip_address, mac_address): """Set ARP cache entree on DUT node. - :param node: Node in the topology. + :param node: VPP Node in the topology. :param interface: Interface name of the node. :param ip_address: IP address of the interface. :param mac_address: MAC address of the interface.