Example #1
0
 def resync(self):
     from scapy.arch import read_routes
     self.invalidate_cache()
     self.routes = read_routes()
Example #2
0
 def resync(self):
     self.invalidate_cache()
     self.routes = read_routes()
Example #3
0
 def resync(self):
     from scapy.arch import read_routes
     self.invalidate_cache()
     self.routes = read_routes()
Example #4
0
 def resync(self):
     self.invalidate_cache()
     self.routes = read_routes()