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:
Rodolfo Alonso Hernandez 2022-11-13 18:58:58 +01:00 committed by Rodolfo Alonso
parent fc75bd821b
commit e28853266b
1 changed files with 2 additions and 2 deletions

View File

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