summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_network.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-05-07 Yar Tikhiy <yar@comp.chem.msu.su>paul2005-05-071-8/+8
| | | | | | | | * configure.ac: Check for OSes which support passing ifindex in struct ip_mreq. * lib/sockopt.c: Add support for BSD style ifindex in ip_mreq. * ospfd/ospf_network.c: Log ifindex on multicast membership leave/join events.
* 2005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-301-4/+9
| | | | | * ospf_network.c: (ospf_sock_init) Save errno before calling ospfd_privs.change.
* 2004-12-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-301-13/+23
| | | | | * ospf_network.c: Improve all setsockopt error messages to give detailed information on the arguments.
* add comments about warningsgdt2004-12-091-0/+4
|
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-13/+13
| | | | | * global: Replace strerror with safe_strerror. And vtysh/vtysh.c needs to include "log.h" to pick up the declaration.
* 2004-10-22 Paul Jakma <paul@dishone.st>paul2004-10-221-1/+2
| | | | | | | * ospf_network.c: (ospf_sock_init) call neutral setsock_ifindex() function. * ospf_packet.c: (ospf_read) manually look up ifindex if system could not have returned one, eg openbsd.
* 2004-07-23 Paul Jakma <paul@dishone.st>paul2004-07-231-21/+3
| | | | | | | * ospf_network.c: Replace PKTINFO/RECVIF with call to setsockopt_pktinfo * ospf_packet.c: Use getsockopt_pktinfo_ifindex and SOPT_SIZE_CMSG_PKTINFO_IPV4.
* 2004-05-05 Paul Jakma <paul@dishone.st>paul2004-05-051-13/+17
| | | | | | * ospf_network.c: (ospf_sock_init) Check whether IP_HDRINCL is defined. Warn at compile and runtime. Use IPTOS_PREC_INTERNETCONTROL otherwise.
* 2003-10-24 sowmini.varadhan@sun.compaul2003-10-241-2/+2
| | | | | * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be created.
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-3/+40
| | | | * Merge of zebra privileges
* Initial revisionpaul2002-12-131-0/+192