use of org.batfish.representation.cisco.RouteMapSetCommunityNoneLine in project batfish by batfish.
the class CiscoControlPlaneExtractor method exitSet_community_none_rm_stanza.
@Override
public void exitSet_community_none_rm_stanza(Set_community_none_rm_stanzaContext ctx) {
RouteMapSetCommunityNoneLine line = new RouteMapSetCommunityNoneLine();
_currentRouteMapClause.addSetLine(line);
}
Aggregations