]> git.proxmox.com Git - mirror_ovs.git/commit - lib/conntrack.c
conntrack: Add additional alg support.
authorDarrell Ball <dlu998@gmail.com>
Tue, 9 Jan 2018 23:44:55 +0000 (15:44 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 10 Jan 2018 17:19:38 +0000 (09:19 -0800)
commitbe38342df373ffe130a15c3f07589f2b5f540673
treec7b72bb2eef40122a6530e9456ce39e213841204
parent4417ca3d95120d6585b6bcd2ff89db95988d3d8c
conntrack: Add additional alg support.

In order to support more algs with different requirements,
expectation handling is allowed to handle more cases, such as
a wildcard source ip as in the case of SIP.  NAT can also be
skipped in some alg cases.
Expectation_create() was otherwise simplified in the process.

Some renaming was done to support the above changes.

Signed-off-by: Darrell Ball <dlu998@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/conntrack-private.h
lib/conntrack.c