Open Kilda Java Documentation
org.openkilda.floodlight.pathverification.IPathVerificationService Interface Reference
Inheritance diagram for org.openkilda.floodlight.pathverification.IPathVerificationService:
org.openkilda.floodlight.pathverification.PathVerificationService

Public Member Functions

boolean isAlive ()
 
boolean sendDiscoveryMessage (DatapathId srcSwId, OFPort port)
 
boolean sendDiscoveryMessage (DatapathId srcSwId, OFPort port, DatapathId dstSwId)
 

Detailed Description

Definition at line 22 of file IPathVerificationService.java.

Member Function Documentation

◆ isAlive()

boolean org.openkilda.floodlight.pathverification.IPathVerificationService.isAlive ( )

◆ sendDiscoveryMessage() [1/2]

boolean org.openkilda.floodlight.pathverification.IPathVerificationService.sendDiscoveryMessage ( DatapathId  srcSwId,
OFPort  port 
)

◆ sendDiscoveryMessage() [2/2]

boolean org.openkilda.floodlight.pathverification.IPathVerificationService.sendDiscoveryMessage ( DatapathId  srcSwId,
OFPort  port,
DatapathId  dstSwId 
)

The documentation for this interface was generated from the following file: