mbox series

[ovs-dev,v2,0/2] fixes for ftp alg in userspace dp

Message ID 1545312814-23634-1-git-send-email-david.marchand@redhat.com
Headers show
Series fixes for ftp alg in userspace dp | expand

Message

David Marchand Dec. 20, 2018, 1:33 p.m. UTC
Some small fixes to make the ftp alg behave a little better.
I tried to come up with better tests but I am not too sure if we want to
have a dependency on yet another external tool for it (lftp).

Changelog since v1:
- dropped unnecessary changes
- squashed code changes and tests together
- sticked closer to the original code

David Marchand (2):
  conntrack: fix tcp seq adjustments when mangling commands
  conntrack: fix expectations nat configuration for ftp+DNAT

 Vagrantfile             |  9 ++++---
 Vagrantfile-FreeBSD     |  2 +-
 lib/conntrack.c         | 64 +++++++++++++++++++++++++++++--------------------
 tests/system-traffic.at | 59 ++++++++++++++++++++++++++-------------------
 4 files changed, 79 insertions(+), 55 deletions(-)