Home
last modified time | relevance | path

Searched refs:tunnel (Results 1 – 1 of 1) sorted by relevance

/kernel/tests/net/test/
Dxfrm_tunnel_test.py534 tunnel = cls.INTERFACE_CLASS(iface, netid, underlying_netid, ifindex,
537 cls._SetupTunnelNetwork(tunnel, True)
540 cls.tunnelsV4[netid] = tunnel
542 cls.tunnelsV6[netid] = tunnel
548 for tunnel in cls.tunnelsV4.values() + cls.tunnelsV6.values():
549 cls._SetInboundMarking(tunnel.netid, tunnel.iface, False)
550 cls._SetupTunnelNetwork(tunnel, False)
551 tunnel.Teardown()
589 def _SetupTunnelNetwork(cls, tunnel, is_add): argument
611 "/proc/sys/net/ipv6/conf/%s/router_solicitations" % tunnel.iface, 0)
[all …]