CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/11/28 08:44:52
Modified files:
sbin/iked : parse.y
Log message:
Introduce copy_sockaddrtoipa() and set_ipmask() bits from pfctl
The new wrapper will be used in the upcoming diff, set_ipmask() will be
called with -1.
Both is in analogy to pfctl, bgpd and others where IP/host parsing has been
made more AF agnostic already.
copy_sockaddrtoipa() is not called copy_satoipa() to avoid confusion with
IPSec terminology (SA) as suggested by tobhe.
No functional change
OK tobhe