Search in sources :

Example 1 with IpsecAuthenticationAlgorithm

use of org.batfish.datamodel.IpsecAuthenticationAlgorithm in project batfish by batfish.

the class ConfigurationBuilder method exitSeippr_authentication_algorithm.

@Override
public void exitSeippr_authentication_algorithm(Seippr_authentication_algorithmContext ctx) {
    IpsecAuthenticationAlgorithm alg = toIpsecAuthenticationAlgorithm(ctx.ipsec_authentication_algorithm());
    _currentIpsecProposal.setAuthenticationAlgorithm(alg);
}
Also used : IpsecAuthenticationAlgorithm(org.batfish.datamodel.IpsecAuthenticationAlgorithm)

Aggregations

IpsecAuthenticationAlgorithm (org.batfish.datamodel.IpsecAuthenticationAlgorithm)1