Lines Matching full:remote
76 f"local {local_addr} remote {remote_addr} dev {cfg.ifname}")
81 # VXLAN tunnel - remote side
83 f"local {remote_addr} remote {local_addr} dev {cfg.remote_ifname}",
84 host=cfg.remote)
85 defer(ip, f"link del {vxlan_name}", host=cfg.remote)
87 host=cfg.remote)
88 ip(f"link set {vxlan_name} up", host=cfg.remote)
106 # xfrm state - remote outbound SA (mirror, software crypto)
111 host=cfg.remote)
113 f"proto esp spi {SPI_IN}", host=cfg.remote)
115 # xfrm state - remote inbound SA (mirror, software crypto)
120 host=cfg.remote)
122 f"proto esp spi {SPI_OUT}", host=cfg.remote)
138 # xfrm policy - remote out
142 host=cfg.remote)
144 f"proto udp dport 4789 dir out", host=cfg.remote)
146 # xfrm policy - remote in
150 host=cfg.remote)
152 f"proto udp dport 4789 dir in", host=cfg.remote)