Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 414901
Collapse All | Expand All

(-)ppp-2.4.5/pppd/plugins/pppol2tp/openl2tp.c.o (-5 / +2 lines)
Lines 269-279 Link Here
269
269
270
static void openl2tp_multilink_join_ind(void)
270
static void openl2tp_multilink_join_ind(void)
271
{
271
{
272
	if (doing_multilink && !multilink_master) {
272
	openl2tp_ppp_updown_ind(pppol2tp_tunnel_id,
273
		/* send event only if not master */
273
				pppol2tp_session_id, 1);
274
		openl2tp_ppp_updown_ind(pppol2tp_tunnel_id,
275
					pppol2tp_session_id, 1);
276
	}
277
}
274
}
278
275
279
/*****************************************************************************
276
/*****************************************************************************

Return to bug 414901