CVSROOT:        /cvs
Module name:    src
Changes by:     mar...@cvs.openbsd.org  2014/02/17 08:53:46

Modified files:
        sbin/iked      : config.c iked.h ikev2.c policy.c 

Log message:
interpret 'config address net/prefix' as a pool of addresses and
randomly choose the address for CFG_REQUEST. this address will be used
to replace 0.0.0.0/32 in the specified flow. e.g.
> ikev2 passive esp from 192.168.1.0/24 to 0.0.0.0 \
>     config address 192.168.10.200/24
will assign an address between 192.168.10.200 and 192.168.10.254
and replace 0.0.0.0 with this address.
ok mikeb@ on older version of this diff.

Reply via email to