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)
343 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
464 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
467 [[ $(n2 wg show wg0 endpoints) == "$pub1 [fd00:aa::1]:1" ]]
470 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.2:1" ]]
473 [[ $(n2 wg show wg0 endpoints) == "$pub1 [fd00:aa::2]:1" ]]
482 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.50.0.1:1" ]]
509 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
516 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.3:1" ]]
525 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
528 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
534 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
537 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
540 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
555 for ip in $(n0 wg show wg0 allowed-ips); do
577 done < <(n0 wg show wg0 allowed-ips)
611 } < <(n0 wg show wg0 allowed-ips)
640 } < <(n0 wg show wg0 allowed-ips)
643 ! n0 wg show doesnotexist || false
647 [[ $(n0 wg show wg0 private-key) == "$key1" ]]
648 [[ $(n0 wg show wg0 preshared-keys) == "$pub2 $psk" ]]
650 [[ $(n0 wg show wg0 private-key) == "(none)" ]]
651 [[ $(n0 wg show wg0 preshared-keys) == "$pub2 (none)" ]]
654 [[ $(n0 wg show wg0 public-key) == "$pub2" ]]
655 [[ -z $(n0 wg show wg0 peers) ]]
657 [[ -z $(n0 wg show wg0 peers) ]]
660 [[ $(n0 wg show wg0 peers) == "$pub2" ]]
662 [[ $(n0 wg show wg0 private-key) == "+${key1:1}" ]]
671 [[ -n $(n0 wg show wg0 peers) ]]