92 | | The following command will print out a human-readable status about whether or not floodlight is running, and whether or not all of the flows defined in `/home/openflow/floodlight/flows.d/` are known by the floodlight Static Flow Pusher module. In addition to the human readable output, it will also return a non-zero value if floodlight is not running, or if there are some flows defined in `/home/openflow/floodlight/flows.d/` which the floodlight controller's SFP module doesn't know about. It will return zero otherwise. |
| 92 | If the service is experiencing a failure condition, the status command will print out a message describing the failure and return a non-zero exit code. On success, the status command will print out a success message and return an exit code of zero. The command checks for the following: |
| 93 | * The underlying !OpenFlow is controller running |
| 94 | * All flows that exist in `/home/openflow/floodlight/flows.d/` are currently being managed by the !OpenFlow controller |