forked from ovn-org/ovn
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
northd: Don't generate IPv6 prefix delegation flows if not configured.
If the feature is not enabled, there is no need to create extra logical flows per network for each router port. These flows match on exact IPv6 addresses and UDP ports contributing to increased number of datapath flows generated in OVS on the nodes. This turns into exact matches in most cases potentially causing datapath flow explosion for the traffic entering OVN network from multiple sources. Flows removed from unrelated tests as a result. Fixes: 5c1d2d2 ("northd: Add logical flows for dhcpv6 pfd parsing") Reported-at: https://issues.redhat.com/browse/FDP-992 Signed-off-by: Ilya Maximets <i.maximets@ovn.org> Acked-by: Ales Musil <amusil@redhat.com> Signed-off-by: Dumitru Ceara <dceara@redhat.com>
- Loading branch information
Showing
3 changed files
with
7 additions
and
9 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