Go to file
Martin Mares 61fb537c62 Use struct ip_mreqn' instead of struct ip_mreq' for multicast
operations on 2.1/2.2 kernels. This allows passing of real interface
indexes instead of referencing interfaces by their IP addresses which
fails badly in presence of unnumbered interfaces.

Unfortunately, this structure is not visible with glibc 2.0 as it provides
its own networking headers :-(  Both libc5 and glibc 2.1 should be OK.
1999-04-12 15:27:56 +00:00
conf Filters upgraded - a bit. Moved code to filter.c because it is where 1999-04-07 12:11:08 +00:00
doc Changed syntax of attaching filters to protocols to hopefully the final 1999-04-05 20:15:31 +00:00
filter Oops, typo. 1999-04-12 12:07:15 +00:00
lib Fixed a couple of bugs in handling of multicast sockets. 1999-04-12 14:57:46 +00:00
misc Variance estimation fixed. 1998-12-19 21:53:28 +00:00
nest Routing table core changes to support full route filtering: 1999-04-05 20:25:03 +00:00
proto Added FIXME: If a strange interface appears, ignore it instead of only 1999-03-29 19:56:32 +00:00
sysdep Use struct ip_mreqn' instead of struct ip_mreq' for multicast 1999-04-12 15:27:56 +00:00
tools Added new target "tags" to generate a tag table for Emacs. 1999-04-11 19:28:16 +00:00
.cvsignore Added bird.conf to .cvsignore and created an example configuration file. 1999-01-15 17:18:41 +00:00
aclocal.m4 Use struct ip_mreqn' instead of struct ip_mreq' for multicast 1999-04-12 15:27:56 +00:00
bird.conf Filters upgraded - a bit. Moved code to filter.c because it is where 1999-04-07 12:11:08 +00:00
configure.in Use struct ip_mreqn' instead of struct ip_mreq' for multicast 1999-04-12 15:27:56 +00:00
Makefile Filters upgraded - a bit. Moved code to filter.c because it is where 1999-04-07 12:11:08 +00:00
TODO Fixed a couple of bugs in handling of multicast sockets. 1999-04-12 14:57:46 +00:00