Пример #1
0
 def get_arp_cache(self):
     return StcObject.get_arp_cache(self)
Пример #2
0
 def get_arp_cache(self):
     return StcObject.get_arp_cache(
         *self.project.get_objects_or_children_by_type('port'))
Пример #3
0
 def get_arp_cache(self):
     """ Send ARP/ND for the port. """
     return StcObject.get_arp_cache(self)