Update nx_actions.py, fixing a typo on example
Backport from https://github.com/faucetsdn/ryu/commit/5b1343 Story: #2009283 Task: #46864 Change-Id: Ia2199a2d379baa65733c476e9652999cc3d37344
This commit is contained in:
parent
fc75bd821b
commit
e28853266b
@ -786,8 +786,8 @@ def generate(ofp_name, ofpp_name):
|
||||
|
||||
Example::
|
||||
|
||||
actions += [parser.NXActionResubmit(in_port=8080,
|
||||
table_id=10)]
|
||||
actions += [parser.NXActionResubmitTable(in_port=8080,
|
||||
table_id=10)]
|
||||
"""
|
||||
_subtype = nicira_ext.NXAST_RESUBMIT_TABLE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user