Re: PPP & Multicast

1999-05-21 Thread Jens B. Jorgensen
Oops. Sorry, you said 2.0.36. Well, in the source I've got for 2.0.34 the flag isn't set. I guess I'd just edit ppp_init in /usr/src/linux/drivers/net/ppp.c and add the code to set the flag when the device is created. "Stephen A. Witt" wrote: > I'm trying to figure out how to do multicast IP ov

Re: PPP & Multicast

1999-05-21 Thread Jens B. Jorgensen
That's strange. All my ppp interfaces have multicast set on the interface. In fact, ppp.c shows: static int ppp_init_dev (struct device *dev) { dev->hard_header_len = PPP_HDRLEN; /* device INFO */ dev->mtu = PPP_MTU; dev->hard_start_xmit = ppp_dev_x

PPP & Multicast

1999-05-21 Thread Stephen A. Witt
I'm trying to figure out how to do multicast IP over PPP. More specifically, how to get the MULTICAST interface flag set for a PPP network interface. I searched through the mailing list archives and found no direct answer to my question, but I did find numerous examples that had been sent in of 'if