ODL Based Atrium Router 16A Architecture - onfsdn/atrium-docs GitHub Wiki
Flow Objectives describe an SDN application’s objective (or intention) behind a flow it is sending to a device.
There are only 3 (already implemented in ONOS) :
-
Filtering Objective
-
Next Objective
-
Forwarding Objective
-
Application communicates the flow installation requirement using flow Objectives.
-
Driver translates Flow Objectives to device specific flows.
-
DIDM handles device driver registration and communication.