Thhhhhhhhhhhhhhhhis is somewhere on my todo list (now that ipsec look's sorting bug should be fixed) it can bubble up.
On Tue, 12 Jun 2018 at 12:42, Paul Wouters <[email protected]> wrote: > > On Tue, 12 Jun 2018, D. Hugh Redelmeier wrote: > > > Perhaps NIC doesn't have Libreswan. > > That's right. nic should never ever run "ipsec look" or "ipsec-look.sh" > > But sometomes we want to run that command in final.sh and then it > gets run on nic as well. If we are doing a script, we might as > well as a check to it: > > hostname | grep nic > /dev/null && exit would that log nic out? For the CRLs, where I needed to separately check and then stop pluto, I changed things to: $ ls -1 testing/pluto/nss-cert-crl-01/*.sh testing/pluto/nss-cert-crl-01/00-nic.sh testing/pluto/nss-cert-crl-01/01-east.sh testing/pluto/nss-cert-crl-01/02-west.sh testing/pluto/nss-cert-crl-01/03-check-east-west.sh testing/pluto/nss-cert-crl-01/04-stop-east-west.sh > > Paul > _______________________________________________ > Swan-dev mailing list > [email protected] > https://lists.libreswan.org/mailman/listinfo/swan-dev _______________________________________________ Swan-dev mailing list [email protected] https://lists.libreswan.org/mailman/listinfo/swan-dev
