CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2019/11/28 08:52:49
Modified files: sbin/iked : parse.y Log message: Merge host_v{4,6}() into host_ip(), simplify host() Zap lots of duplicate code and unify address family specific code where possible. There's probably more to improve, but this already cuts a lot. This is the minimal version without any cosmetic fixes or logical relocations to either improve the code or sync it with pfctl, bgpd, etc. OK tobhe