]> git.proxmox.com Git - mirror_ovs.git/commit - lib/conntrack.c
conntrack: Allow specified alg port numbers.
authorDarrell Ball <dlu998@gmail.com>
Mon, 4 Dec 2017 16:13:06 +0000 (08:13 -0800)
committerBen Pfaff <blp@ovn.org>
Mon, 11 Dec 2017 22:14:11 +0000 (14:14 -0800)
commitbd7d93f8b4855ff8edc14dc094cd91a48ea10d17
treeb3f8695287f26468c0aaf3e7a6a93baa3173b3e1
parent94e711433c34c4f0b21779d24ee3a22136c8f4be
conntrack: Allow specified alg port numbers.

Algs can use variable control port numbers for servers.
The main use case is a kind of feeble security measure; the
thinking being by some is that it obscures the alg traffic.
It is really not very effective, but the kernel has this
capability. This patch mimics the capability.

Signed-off-by: Darrell Ball <dlu998@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Aaron Conole <aconole@redhat.com>
lib/conntrack.c
lib/conntrack.h
lib/dpif-netdev.c
tests/test-conntrack.c