View | Details | Raw Unified | Return to bug 218959
Collapse All | Expand All

(-)parms.c (+1 lines)
Lines 334-339 Link Here
334
		ifp->int_mask = netmask;
334
		ifp->int_mask = netmask;
335
		ifp->int_ripv1_mask = netmask;
335
		ifp->int_ripv1_mask = netmask;
336
		ifp->int_std_mask = std_mask(gate);
336
		ifp->int_std_mask = std_mask(gate);
337
		ifp->int_rip_sock = -1;
337
		ifp->int_net = ntohl(dst);
338
		ifp->int_net = ntohl(dst);
338
		ifp->int_std_net = ifp->int_net & ifp->int_std_mask;
339
		ifp->int_std_net = ifp->int_net & ifp->int_std_mask;
339
		ifp->int_std_addr = htonl(ifp->int_std_net);
340
		ifp->int_std_addr = htonl(ifp->int_std_net);

Return to bug 218959