예제 #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)