Search in sources :

Example 1 with RouteMapSetCommunityNoneLine

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);
}
Also used : RouteMapSetCommunityNoneLine(org.batfish.representation.cisco.RouteMapSetCommunityNoneLine)

Aggregations

RouteMapSetCommunityNoneLine (org.batfish.representation.cisco.RouteMapSetCommunityNoneLine)1