Ignore addresses that are not 0/32 (dynamic) in ikev2_cp_fixaddr()
authortobhe <tobhe@openbsd.org>
Sun, 31 Jan 2021 17:23:45 +0000 (17:23 +0000)
committertobhe <tobhe@openbsd.org>
Sun, 31 Jan 2021 17:23:45 +0000 (17:23 +0000)
commitdc818b8a71418567004667b16a5f9eca06e2b430
treef1e9ea6665a8c4577f3a8595df6d9e524aa4e35e
parent613ff9a6ce9e4a045e7e250e47d8fe0ffa6d10a2
Ignore addresses that are not 0/32 (dynamic) in ikev2_cp_fixaddr()
instead of throwing an error.  Fixes a bug where flows without
'dynamic' were skipped when 'config/request address' is used.

ok patrick@
sbin/iked/ikev2.c