diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/ryu_app_api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/ryu_app_api.rst b/doc/source/ryu_app_api.rst index e0b3cb08..06276e50 100644 --- a/doc/source/ryu_app_api.rst +++ b/doc/source/ryu_app_api.rst @@ -84,6 +84,8 @@ received from switches and send these events to Ryu applications which expressed an interest using ryu.controller.handler.set_ev_cls. OpenFlow event classes have at least the following attributes. +.. tabularcolumns:: |l|L| + ============ ============================================================= Attribute Description ============ ============================================================= @@ -112,6 +114,8 @@ dispatchers argument specifies one of the following negotiation phases Note that, in case an event changes the phase, the phase before the change is used to check the interest. +.. tabularcolumns:: |l|L| + =========================================== ================================== Negotiation phase Description =========================================== ================================== @@ -132,6 +136,8 @@ ryu.controller.controller.Datapath A class to describe an OpenFlow switch connected to this controller. An instance has the following attributes. +.. tabularcolumns:: |l|L| + ====================================== ======================================= Attribute Description ====================================== ======================================= |