示例#1
0
 def send_arp_ns(self):
     StcObject.send_arp_ns(
         *self.project.get_objects_or_children_by_type('port'))
示例#2
0
 def send_arp_ns(self):
     """ Send ARP/ND for the port. """
     StcObject.send_arp_ns(self)
示例#3
0
 def send_arp_ns(self):
     StcObject.send_arp_ns(self)
示例#4
0
 def send_arp_ns(self) -> None:
     """Run ARP on all ports."""
     StcObject.send_arp_ns(*self.project.ports.values())