mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-05 12:26:11 +02:00
Update nx_actions.py, fixing a typo on example
Change parser.NXActionResubmit to parser.NXActionResubmitTable, according to right OpenFlow action.
This commit is contained in:
parent
6f906e72c9
commit
faffcb80d4
@ -788,7 +788,7 @@ def generate(ofp_name, ofpp_name):
|
||||
|
||||
Example::
|
||||
|
||||
actions += [parser.NXActionResubmit(in_port=8080,
|
||||
actions += [parser.NXActionResubmitTable(in_port=8080,
|
||||
table_id=10)]
|
||||
"""
|
||||
_subtype = nicira_ext.NXAST_RESUBMIT_TABLE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user