CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/13 08:33:33
Modified files:
sbin/iked : iked.h ikev2.c policy.c
Log message:
flow_cmp() must compare the same flow-attributes as the kernel,
otherwise we never can keep the in-daemon and the in-kernel idea
of flows in sync and iked ends up deleting flows that are still
in use. Make use of flow_cmp() and a new flow_equal() instead
of handcrafting the compare in an if.
ok markus@ reyk@
