Searched refs:checkIPinIP (Results 1 – 4 of 4) sorted by relevance
393 checkIPinIP = True variable in Conf
413 if not conf.checkIPinIP and self.proto in [4, 41]: # IP, IPv6422 if not conf.checkIPinIP: # skip IP in IP and IPv6 in IP
446 if not conf.checkIPinIP and self.nh in [4, 41]: # IP, IPv6500 if not conf.checkIPinIP: # skip IP in IP and IPv6 in IP
582 conf_back = conf.checkIPinIP583 conf.checkIPinIP = True588 conf.checkIPinIP = False592 conf.checkIPinIP = conf_back