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