|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.OS.BGP4.DampInfo
Contains route flap damping information about a particular route.
| Field Summary | |
long |
lastUpdateTime
|
IPaddress |
nlri
|
java.lang.String |
peerNh
|
double |
penalty
|
int |
prevUpdate
|
RouteInfo |
routeInfo
|
boolean |
suppressed
|
| Constructor Summary | |
DampInfo(RouteInfo routeInfo,
BGPSession bgp)
Constructs damping information about a route. |
|
| Method Summary | |
double |
getPenalty()
Returns the current penalty value of a route. |
boolean |
suppressed()
Returns whether or not the route is suppressed. |
void |
update(boolean withdraw,
RouteInfo routeInfo)
Updates damping information. |
void |
updatePenalty(boolean withdraw)
Updates the penalty value of a route. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public RouteInfo routeInfo
public double penalty
public long lastUpdateTime
public boolean suppressed
public int prevUpdate
public java.lang.String peerNh
public IPaddress nlri
| Constructor Detail |
public DampInfo(RouteInfo routeInfo,
BGPSession bgp)
| Method Detail |
public boolean suppressed()
public double getPenalty()
public void updatePenalty(boolean withdraw)
public void update(boolean withdraw,
RouteInfo routeInfo)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||