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);
}
Aggregations