New commits:
commit ad26205923986eed5b2fe2c90ebe16fd6be3a210
Author: Andrew Cagney <[email protected]>
Date:   Fri May 7 11:01:00 2021 -0400

    testing: update libipsecconf-05-empty_option's description to the below
    
    This tests for a bug with an empty option
    
    Originally, the empty option was accepted / ignored when at the end of
    the last connection:
    
        conn last
            rightsubnet=
    
    but fails when at the end of the non-last connection:
    
        conn last
            rightsubnet=
        conn reallast
            ...
    
    However, that is "fixed" in that this rule:
    
        | KEYWORD EQUAL { /* this is meaningless, we ignore it */ }
    
    which is part of the grammer is able to always accept an empty option.
    
    Question now is, is that valid?

_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to