Address Routing Protocol

utils.arp.net_static_arp(hosts)[source]

Adds static arp entries from and to every host in the provided list.

Parameters:hosts – List of hosts.
utils.arp.static_arp(host, *hosts_to)[source]

Add a static arp entry from “host” to every host in “hosts_to”.

:return Success of adding entry :rtype bool