Skip to content

Commit 5b1343d

Browse files
authored
Merge pull request #79 from DiegoRossiMafioletti/patch-1
Update nx_actions.py, fixing a typo on example
2 parents 1d98811 + 0e29dbe commit 5b1343d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ryu/ofproto/nx_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ class NXActionResubmitTable(NXAction):
788788
789789
Example::
790790
791-
actions += [parser.NXActionResubmit(in_port=8080,
791+
actions += [parser.NXActionResubmitTable(in_port=8080,
792792
table_id=10)]
793793
"""
794794
_subtype = nicira_ext.NXAST_RESUBMIT_TABLE

0 commit comments

Comments
 (0)