Search in sources :

Example 1 with PsFromAsPath

use of org.batfish.representation.juniper.PsFromAsPath in project batfish by batfish.

the class ConfigurationBuilder method exitPopsf_as_path.

@Override
public void exitPopsf_as_path(Popsf_as_pathContext ctx) {
    String name = ctx.name.getText();
    PsFromAsPath fromAsPath = new PsFromAsPath(name);
    _currentPsTerm.getFroms().add(fromAsPath);
}
Also used : PsFromAsPath(org.batfish.representation.juniper.PsFromAsPath)

Aggregations

PsFromAsPath (org.batfish.representation.juniper.PsFromAsPath)1