Skip to content

Fix flow mod priority#667

Open
tbachman wants to merge 1 commit intomasterfrom
fix-flowmod
Open

Fix flow mod priority#667
tbachman wants to merge 1 commit intomasterfrom
fix-flowmod

Conversation

@tbachman
Copy link
Copy Markdown
Contributor

A priority for a flow mod added in commit
c26dc7a causes input packets to be output to the input port, which are then dropped by the OVS pipeline. Other uses of the actionOutputToEPGTunnel method put the priority at 1, which would fix the above issue. This patch uses the same piority (1) as other calls to this method.

A priority for a flow mod added in commit
c26dc7a causes input packets
to be output to the input port, which are then dropped by the
OVS pipeline. Other uses of the actionOutputToEPGTunnel method
put the priority at 1, which would fix the above issue. This patch
uses the same piority (1) as other calls to this method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant