예제 #1
0
파일: route.py 프로젝트: vpfautz/scapy
 def resync(self):
     from scapy.arch import read_routes
     self.invalidate_cache()
     self.routes = read_routes()
예제 #2
0
 def resync(self):
     self.invalidate_cache()
     self.routes = read_routes()
예제 #3
0
 def resync(self):
     from scapy.arch import read_routes
     self.invalidate_cache()
     self.routes = read_routes()
예제 #4
0
 def resync(self):
     self.invalidate_cache()
     self.routes = read_routes()