What API to use to handle packets that arrive at the ODL Controller? In the Hydrogen version, I could implement the IListenDataPacket class, and it did the job.
I searched the documentation for quite a while, but I cant figure it out.
What API to use to handle packets that arrive at the ODL Controller? In the Hydrogen version, I could implement the IListenDataPacket class, and it did the job.
I searched the documentation for quite a while, but I cant figure it out.
Since Beryllium
IListenDataPacket
is replaced withPacketProcessingListener
as part of moving towardsMDSAL
fromADSAL
Create listener by extending PacketProcsessingListener. and register this listener. If you need to send packets from controller to OVS, you can use PacketProcessingService.