Lines Matching full:show

146 [[ $(ip1 link show dev wg0) =~ mtu\ ([0-9]+) ]] && orig_mtu="${BASH_REMATCH[1]}"
154 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip2 -stats link show dev …
156 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip1 -stats link show dev …
158 read _ rx_bytes tx_bytes < <(n2 wg show wg0 transfer)
160 read _ rx_bytes tx_bytes < <(n1 wg show wg0 transfer)
162 read _ timestamp < <(n1 wg show wg0 latest-handshakes)
203 [[ $(n2 wg show wg0 endpoints) == "$pub1 127.212.121.99:9999" ]]
209 [[ $(n2 wg show wg0 endpoints) == "$pub1 [::1]:9998" ]]
229 [[ $(n1 wg show wg0 endpoints) == "$pub2 [::1]:9997" ]]
313 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
416 # Now we show that we can successfully do reply to sender routing
433 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
436 [[ $(n2 wg show wg0 endpoints) == "$pub1 [fd00:aa::1]:1" ]]
439 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.2:1" ]]
442 [[ $(n2 wg show wg0 endpoints) == "$pub1 [fd00:aa::2]:1" ]]
451 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.50.0.1:1" ]]
478 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
485 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.3:1" ]]
502 for ip in $(n0 wg show wg0 allowed-ips); do
524 done < <(n0 wg show wg0 allowed-ips)
558 } < <(n0 wg show wg0 allowed-ips)
561 ! n0 wg show doesnotexist || false
565 [[ $(n0 wg show wg0 private-key) == "$key1" ]]
566 [[ $(n0 wg show wg0 preshared-keys) == "$pub2 $psk" ]]
568 [[ $(n0 wg show wg0 private-key) == "(none)" ]]
569 [[ $(n0 wg show wg0 preshared-keys) == "$pub2 (none)" ]]
572 [[ $(n0 wg show wg0 public-key) == "$pub2" ]]
573 [[ -z $(n0 wg show wg0 peers) ]]
575 [[ -z $(n0 wg show wg0 peers) ]]
578 [[ $(n0 wg show wg0 peers) == "$pub2" ]]
580 [[ $(n0 wg show wg0 private-key) == "+${key1:1}" ]]
589 [[ -n $(n0 wg show wg0 peers) ]]