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 …
169 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip1 -stats link show dev …
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)
330 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
451 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
454 [[ $(n2 wg show wg0 endpoints) == "$pub1 [fd00:aa::1]:1" ]]
457 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.2:1" ]]
460 [[ $(n2 wg show wg0 endpoints) == "$pub1 [fd00:aa::2]:1" ]]
469 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.50.0.1:1" ]]
496 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
503 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.3:1" ]]
512 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
515 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
521 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
524 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
527 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
542 for ip in $(n0 wg show wg0 allowed-ips); do
564 done < <(n0 wg show wg0 allowed-ips)
598 } < <(n0 wg show wg0 allowed-ips)
601 ! n0 wg show doesnotexist || false
605 [[ $(n0 wg show wg0 private-key) == "$key1" ]]
606 [[ $(n0 wg show wg0 preshared-keys) == "$pub2 $psk" ]]
608 [[ $(n0 wg show wg0 private-key) == "(none)" ]]
609 [[ $(n0 wg show wg0 preshared-keys) == "$pub2 (none)" ]]
612 [[ $(n0 wg show wg0 public-key) == "$pub2" ]]
613 [[ -z $(n0 wg show wg0 peers) ]]
615 [[ -z $(n0 wg show wg0 peers) ]]
618 [[ $(n0 wg show wg0 peers) == "$pub2" ]]
620 [[ $(n0 wg show wg0 private-key) == "+${key1:1}" ]]
629 [[ -n $(n0 wg show wg0 peers) ]]