Lines Matching refs:show
159 [[ $(ip1 link show dev wg0) =~ mtu\ ([0-9]+) ]] && orig_mtu="${BASH_REMATCH[1]}"
167 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip2 -stats link show dev wg0)
169 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip1 -stats link show dev wg0)
171 read _ rx_bytes tx_bytes < <(n2 wg show wg0 transfer)
173 read _ rx_bytes tx_bytes < <(n1 wg show wg0 transfer)
175 read _ timestamp < <(n1 wg show wg0 latest-handshakes)
216 [[ $(n2 wg show wg0 endpoints) == "$pub1 127.212.121.99:9999" ]]
222 [[ $(n2 wg show wg0 endpoints) == "$pub1 [::1]:9998" ]]
242 [[ $(n1 wg show wg0 endpoints) == "$pub2 [::1]:9997" ]]
279 read _ _ tx_bytes_before < <(n0 wg show wg1 transfer)
282 read _ _ tx_bytes_after < <(n0 wg show wg1 transfer)
342 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
446 # Now we show that we can successfully do reply to sender routing
463 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
466 [[ $(n2 wg show wg0 endpoints) == "$pub1 [fd00:aa::1]:1" ]]
469 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.2:1" ]]
472 [[ $(n2 wg show wg0 endpoints) == "$pub1 [fd00:aa::2]:1" ]]
481 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.50.0.1:1" ]]
508 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
515 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.3:1" ]]
524 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
527 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
533 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
536 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
539 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
554 for ip in $(n0 wg show wg0 allowed-ips); do
576 done < <(n0 wg show wg0 allowed-ips)
610 } < <(n0 wg show wg0 allowed-ips)
613 ! n0 wg show doesnotexist || false
617 [[ $(n0 wg show wg0 private-key) == "$key1" ]]
618 [[ $(n0 wg show wg0 preshared-keys) == "$pub2 $psk" ]]
620 [[ $(n0 wg show wg0 private-key) == "(none)" ]]
621 [[ $(n0 wg show wg0 preshared-keys) == "$pub2 (none)" ]]
624 [[ $(n0 wg show wg0 public-key) == "$pub2" ]]
625 [[ -z $(n0 wg show wg0 peers) ]]
627 [[ -z $(n0 wg show wg0 peers) ]]
630 [[ $(n0 wg show wg0 peers) == "$pub2" ]]
632 [[ $(n0 wg show wg0 private-key) == "+${key1:1}" ]]
641 [[ -n $(n0 wg show wg0 peers) ]]