]> git.proxmox.com Git - mirror_ovs.git/commit
conntrack: fix expectations for ftp+DNAT.
authorDavid Marchand <david.marchand@redhat.com>
Wed, 16 Jan 2019 02:58:16 +0000 (18:58 -0800)
committerBen Pfaff <blp@ovn.org>
Sat, 19 Jan 2019 00:16:16 +0000 (16:16 -0800)
commitefa29a891031431fb1e69026f3e4d6c17f6f92c2
tree3c5c4cfec49e8896dbc8ad91f3350547962fde13
parent253e4dc0683b3e9969a2254bfdcf8d699039ff0e
conntrack: fix expectations for ftp+DNAT.

When configuring the nat part of an expectation, care must be taken to
look at the master nat action and direction to properly reproduce it.

DNAT tests have been added to both active and passive modes, all
ftp/tftp tests titles have been updated to reflect they are dealing with
SNAT.

Fixes: bd5e81a0e596 ("Userspace Datapath: Add ALG infra and FTP.")
Co-authored-by: Darrell Ball <dlu998@gmail.com>
Signed-off-by: Darrell Ball <dlu998@gmail.com>
Signed-off-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/conntrack.c
tests/system-traffic.at