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