use of org.batfish.representation.juniper.PsFromProtocol in project batfish by batfish.
the class ConfigurationBuilder method exitPopsf_protocol.
@Override
public void exitPopsf_protocol(Popsf_protocolContext ctx) {
RoutingProtocol protocol = toRoutingProtocol(ctx.protocol);
PsFromProtocol fromProtocol = new PsFromProtocol(protocol);
_currentPsTerm.getFroms().add(fromProtocol);
}
Aggregations