mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
ofproto_v1_4_parser: update OFPActionSetField docstring
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:
parent
5800214d16
commit
bdb2c9639a
@ -4814,11 +4814,11 @@ class OFPActionSetField(OFPAction):
|
||||
|
||||
This action modifies a header field in the packet.
|
||||
|
||||
================ ======================================================
|
||||
Attribute Description
|
||||
================ ======================================================
|
||||
field Instance of ``OFPMatchField``
|
||||
================ ======================================================
|
||||
The set of keywords available for this is same as OFPMatch.
|
||||
|
||||
Example::
|
||||
|
||||
set_field = OFPActionSetField(eth_src="00:00:00:00:00")
|
||||
"""
|
||||
def __init__(self, field=None, **kwargs):
|
||||
super(OFPActionSetField, self).__init__()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user