Interface RibOutRefresh
- All Known Subinterfaces:
 RIB
public interface RibOutRefresh
Forces a reevaluation of paths and update on peer ribout.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidrefreshTable(TablesKey tk, PeerId peerId) Triggers the reevaluation. 
- 
Method Details
- 
refreshTable
Triggers the reevaluation.- Parameters:
 tk- table key of table route paths to be reevaluatedpeerId- peer to advertize / withdraw paths after reevaluation
 
 -