]> git.proxmox.com Git - mirror_ovs.git/commit
conntrack: Simplify 'ct_addr'.
authorDarrell Ball <dlu998@gmail.com>
Thu, 14 Feb 2019 21:15:08 +0000 (13:15 -0800)
committerBen Pfaff <blp@ovn.org>
Thu, 14 Feb 2019 22:21:45 +0000 (14:21 -0800)
commitcda1b109c296ac7a8931ce374081bb54eee7aa10
tree3561026c68f80e8726223716fd9781cbc1262516
parent763b40b0f70251062f5f8e62b54e97041ce08a47
conntrack: Simplify 'ct_addr'.

Remove the struct wrapper and remove the unneeded union members.
There may even be a portability benefit here because of the
type punning.

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