Bug 478 - Multicast not supported on PPP interfaces
Summary: Multicast not supported on PPP interfaces
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1995-06-02 12:50 UTC by mpp
Modified: 1995-06-02 12:50 UTC (History)
0 users

See Also:


Attachments
file.diff (958 bytes, patch)
1995-06-02 12:50 UTC, mpp
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mpp 1995-06-02 12:50:00 UTC
Multicast is not supported on PPP interfaces.  It looks like 
someone goofed when they checked in revision 1.4 of sys/net/if_ppp.c,
since it deleted the changes made in revision 1.3 to add the
multicast stuff.

Fix: Here is a patch that re-adds the multicast stuff that was previosly
in revision 1.3 of if_ppp.c.  I think this is all that is needed,
but someone who knows more about this stuff should double
check and make sure.
How-To-Repeat: 
Run "ifconfig ppp0" and note that MULTICAST doesn't appear
as one of the flags.
Comment 1 davidg freebsd_committer freebsd_triage 1995-06-04 17:13:02 UTC
State Changed
From-To: open->closed

Mike was right - Garrett simply made a mistake in rev 1.4 and 
inadvertantly clobbered his change in 1.3. The multicast ioctl 
support has been added back.