MAX_FWD_LINKS
bridge_link_t *links[MAX_FWD_LINKS];
if ((nlinks = bfp->bf_nlinks) > MAX_FWD_LINKS)
nlinks = MAX_FWD_LINKS;