Searched refs:tunnel (Results 1 – 1 of 1) sorted by relevance
/kernel/tests/net/test/ |
D | xfrm_tunnel_test.py | 599 tunnel = cls.INTERFACE_CLASS(iface, netid, underlying_netid, ifindex, 602 cls._SetupTunnelNetwork(tunnel, True) 605 cls.tunnelsV4[netid] = tunnel 607 cls.tunnelsV6[netid] = tunnel 613 for tunnel in list(cls.tunnelsV4.values()) + list(cls.tunnelsV6.values()): 614 cls._SetInboundMarking(tunnel.netid, tunnel.iface, False) 615 cls._SetupTunnelNetwork(tunnel, False) 616 tunnel.Teardown() 661 def _SetupTunnelNetwork(cls, tunnel, is_add): argument 683 "/proc/sys/net/ipv6/conf/%s/router_solicitations" % tunnel.iface, 0) [all …]
|