On Sat, 6 Feb 2021 at 12:06, Paul Wouters <[email protected]> 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 <[email protected]> wrote:
> >
> > New commits:
> > commit f0b65fa44bd76cce4aed7a59087c4f23106c4748
> > Author: Andrew Cagney <[email protected]>
> > 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
> > [email protected]
> > https://lists.libreswan.org/mailman/listinfo/swan-commit
>
> _______________________________________________
> 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

Reply via email to