MAX_LSRR
if (conf->lsrr >= MAX_LSRR)
errx(1, "too many gateways; max %d", MAX_LSRR);
struct in_addr gateway[MAX_LSRR + 1];