Changes between Version 4 and Version 5 of Layer1Transport/Usage


Ignore:
Timestamp:
08/01/13 11:39:21 (11 years ago)
Author:
tupty@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Layer1Transport/Usage

    v4 v5  
    9090
    9191==== status ====
    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.
     92If 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
    9395{{{
    9496service layer1transport status