Lines Matching full:ips

74 	    endpoint ${endpoint2}:12345 allowed-ips ${tunnel2}/32
80 endpoint ${endpoint1}:12345 allowed-ips ${tunnel1}/32
142 endpoint ${endpoint2}:12345 allowed-ips ${tunnel2}/128,${testnet}
148 endpoint ${endpoint1}:12345 allowed-ips ${tunnel1}/128,${testnet}
217 endpoint ${endpoint2}:12345 allowed-ips ${tunnel2}/32,${tunnel4}/32
223 endpoint ${endpoint1}:12345 allowed-ips ${tunnel1}/32,${tunnel3}/32
290 allowed-ips "${tunnel1}/32"
333 allowed-ips "${tunnel1}/32"
389 endpoint 127.0.0.1:12346 allowed-ips ${tunnel2}/32
395 endpoint 127.0.0.1:12345 allowed-ips ${tunnel1}/32
426 atf_set descr "Add/remove allowed-ips from a peer with the +/- incremental syntax"
453 allowed-ips "${tunnel1}/32,${tunnel2}/32"
455 atf_check -o save:wg.allowed jexec wgtest1 wg show $wg1 allowed-ips
461 allowed-ips "-${tunnel2}/32"
463 atf_check -o save:wg-2.allowed jexec wgtest1 wg show $wg1 allowed-ips
469 allowed-ips "+${tunnel2}/32"
471 atf_check -o save:wg-3.allowed jexec wgtest1 wg show $wg1 allowed-ips
479 allowed-ips "+${tunnel2}/32"
482 "jexec wgtest1 wg show $wg1 allowed-ips | cut -f2 | tr ' ' '\n'"
489 allowed-ips "-${tunnel3}/32"
492 "jexec wgtest1 wg show $wg1 allowed-ips | cut -f2 | tr ' ' '\n'"
504 atf_set descr "Add/remove IPv6 allowed-ips from a peer with the +/- incremental syntax"
530 allowed-ips "${tunnel1}/128"
531 atf_check -o save:wg.allowed jexec wgtest1 wg show $wg1 allowed-ips
536 allowed-ips "+${tunnel2}/128"
537 atf_check -o save:wg-2.allowed jexec wgtest1 wg show $wg1 allowed-ips
543 allowed-ips "-${tunnel1}/128"
544 atf_check -o save:wg-3.allowed jexec wgtest1 wg show $wg1 allowed-ips
558 atf_set descr "Add/remove allowed-ips from a peer with the +/- incremental syntax to steal"
591 allowed-ips "${tunnel1}/32,${tunnel2}/32"
595 allowed-ips "${tunnel3}/32"
601 allowed-ips "-${tunnel3}/32"
603 atf_check -o save:wg.allowed jexec wgtest1 wg show $wg1 allowed-ips
609 allowed-ips "+${tunnel3}/32"
611 atf_check -o save:wg-2.allowed jexec wgtest1 wg show $wg1 allowed-ips