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:
Diego Rossi Mafioletti 2019-04-11 07:09:42 -03:00 committed by GitHub
parent 6f906e72c9
commit faffcb80d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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