diff options
author | Shinpei Muraoka <shinpei.muraoka@gmail.com> | 2017-01-04 15:42:56 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-01-06 05:27:09 +0900 |
commit | 25a15406f6b94b62ee53ddec9398cd374325f7f2 (patch) | |
tree | b2ae07a4aeb9e45f2c904d213cd3992820df1f2c /doc | |
parent | c893ba04f7ed9794d964e019165ae9417fd5bd54 (diff) |
library_packet_ref: Update dhcp reference method
Signed-off-by: Shinpei Muraoka <shinpei.muraoka@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/library_packet_ref.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/source/library_packet_ref.rst b/doc/source/library_packet_ref.rst index c48310e6..f44811ca 100644 --- a/doc/source/library_packet_ref.rst +++ b/doc/source/library_packet_ref.rst @@ -71,11 +71,7 @@ Protocol Header classes .. automodule:: ryu.lib.packet.udp :members: -.. autoclass:: ryu.lib.packet.dhcp.dhcp - :members: -.. autoclass:: ryu.lib.packet.dhcp.options - :members: -.. autoclass:: ryu.lib.packet.dhcp.option +.. automodule:: ryu.lib.packet.dhcp :members: .. autoclass:: ryu.lib.packet.vrrp.vrrp |