Search in sources :

Example 1 with IkeAuthenticationAlgorithm

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

the class ConfigurationBuilder method exitSeikpr_authentication_algorithm.

@Override
public void exitSeikpr_authentication_algorithm(Seikpr_authentication_algorithmContext ctx) {
    IkeAuthenticationAlgorithm alg = toIkeAuthenticationAlgorithm(ctx.ike_authentication_algorithm());
    _currentIkeProposal.setAuthenticationAlgorithm(alg);
}
Also used : IkeAuthenticationAlgorithm(org.batfish.datamodel.IkeAuthenticationAlgorithm)

Aggregations

IkeAuthenticationAlgorithm (org.batfish.datamodel.IkeAuthenticationAlgorithm)1