prefix_set
if (prefix_set(token[0], &conf->match, 1) < 0)
if (prefix_set(token[2], &conf->dest, 1) < 0)
if (prefix_set(token[3], &conf->src, 0) < 0)
static int prefix_set(const char *, struct prefix *, int);