[Swan-dev] [Swan-commit] Changes to ref refs/heads/main

Andrew Cagney andrew.cagney at gmail.com
Sat Feb 6 21:51:21 UTC 2021


On Sat, 6 Feb 2021 at 12:06, Paul Wouters <paul at nohats.ca> wrote:
>
> You could use de “N/A”  ?

Or even <0>.  Two things going on:

- debug code can easily end up displaying ike_version==0:
    dbg("%s connection %s ...", enum_name(&ike_version_names,
c->ike_version), c->name);
  but real logging code should not, it should be testing NEVER_NEGOTIATE(policy)
- it seems that NEVER_NEGOTIATE(policy) implies ike_version==0; I'm
left wondering if one is redundant

> Sent from my iPhone
>
> > On Feb 6, 2021, at 09:06, Andrew Cagney <cagney at vault.libreswan.fi> wrote:
> >
> > New commits:
> > commit f0b65fa44bd76cce4aed7a59087c4f23106c4748
> > Author: Andrew Cagney <cagney at gnu.org>
> > Date:   Fri Feb 5 20:38:27 2021 -0500
> >
> >    constants: when .ike_version==0 display <do-not-negotiate>
> >
> >    better string? also add to test list
> >
> > _______________________________________________
> > Swan-commit mailing list
> > Swan-commit at lists.libreswan.org
> > https://lists.libreswan.org/mailman/listinfo/swan-commit
>
> _______________________________________________
> Swan-dev mailing list
> Swan-dev at lists.libreswan.org
> https://lists.libreswan.org/mailman/listinfo/swan-dev


More information about the Swan-dev mailing list