-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OVN: add buffering support for ip packets
Add buffering support for IPv4/IPv6 packets that will be processed by arp{}/nd_ns{} action when L2 address is not discovered yet since otherwise the packet will be substituted with an ARP/Neighbor Solicitation frame and this will result in the lost of the first packet of the connection. Moreover fix following automatic tests broken by ip-buffering support since now original ip packets are transmitted by OVN logical router: - ovn -- 3 HVs, 3 LS, 3 lports/LS, 1 LR - ovn -- /32 router IP address Signed-off-by: Lorenzo Bianconi <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information
1 parent
c9c8c8a
commit d7abfe3
Showing
2 changed files
with
429 additions
and
124 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
Oops, something went wrong.