--- cci/sys/tahoeif/tty_if_sl.c 2019/07/28 12:24:19 1.1 +++ cci/sys/tahoeif/tty_if_sl.c 2019/07/28 12:29:50 1.1.1.2 @@ -45,7 +45,7 @@ long vxparam(); #include "../tahoe/mtpr.h" -#define SLINES (NSL*8) +#define SLINES (NSL*16) struct sl_softc sl_softc[SLINES]; #define FRAME_END 0300 /* Frame End */ @@ -390,7 +390,8 @@ slioctl(ifp, cmd, data) ifp->if_flags |= IFF_UP | IFF_RUNNING; /* set up routing table entry */ if ((ifp->if_flags & IFF_ROUTE) == 0) { - rtinit(&ifp->if_dstaddr, &ifp->if_addr, RTF_HOST|RTF_UP); + rtinit(&ifp->if_dstaddr, &ifp->if_addr, + ifp, RTF_HOST|RTF_UP); ifp->if_flags |= IFF_ROUTE; } /*