-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[multicast] fix the issue multicast does not work if antreaPolicy is …
…disabled Currently, packetIn reason only supports 0 and 1. There is no more available packetIn reasons as traceflow and antreaPolicy use both. Multicast reuses packetIn reason with antreaPolicy, and uses a different register bit to indicate the real reason. There is no queue for packetIn reason 'PacketInReasonNP' if antreaPloicy is disabled. And multicast will not work then. This patch fixes #3808 Signed-off-by: Bin Liu <biliu@vmware.com>
- Loading branch information
Showing
4 changed files
with
10 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.