g/c a stale reference to find_protocol

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
YAMAMOTO Takashi 2013-04-15 14:20:08 +09:00 committed by FUJITA Tomonori
parent 84374d2da5
commit db46baf4e8

View File

@ -45,8 +45,7 @@ If vlan is not used, you see something like::
<ryu.lib.packet.tcp.tcp object at 0x107a5d850>
You can access to a specific protocol class instance by using the
packet class find_protocol method. Let's try to check VLAN id if VLAN
is used:
packet class iterator. Let's try to check VLAN id if VLAN is used:
.. code-block:: python