All Downloads are FREE. Search and download functionalities are using the official Maven repository.

es.tid.tedb.MultiDomainTEDB Maven / Gradle / Ivy

The newest version!
package es.tid.tedb;

import java.net.Inet4Address;


public interface MultiDomainTEDB extends TEDB {

	public void addInterdomainLink( Object localDomainID, Object localRouterASBR, long localRouterASBRIf, Object remoteDomainID, Object remoteRouterASBR, long remoteRouterASBRIf, TE_Information te_info );
	public void addReachabilityIPv4(Inet4Address domainId,Inet4Address aggregatedIPRange,int prefix);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy