| Package | Description |
|---|---|
| org.rpsl4j.emitters.rpsldocument |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.Multimap<org.apache.commons.lang3.tuple.Pair<Long,String>,BGPRoute> |
BGPAutNum.includedRouteMap
Maps of (AS-Peer, IP) to [Routes].
|
protected Set<BGPRoute> |
BGPPeer.routes |
| Modifier and Type | Method and Description |
|---|---|
Set<BGPRoute> |
BGPPeer.getRoutes()
Return a copy of the peers route table
|
Iterator<BGPRoute> |
BGPRouteTable.iterator() |
| Constructor and Description |
|---|
BGPRouteTable(long peerAutNum,
String peerAddress,
String speakerName,
Collection<BGPRoute> routeSet)
Construct a new BGPRouteTable using the provided fields and route set
|
Copyright © 2015. All rights reserved.