summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_network.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create euro_ix branch. Update version to: 0.99.18ex17 Of particular note: * includes support for GTSM: neighbor ... ttl-security hops X no neighbor ... ttl-security hops X where X is 1-254. For usual case of immediately connected peer, X == 1. Cannot set ttl-security while ebgp-multihop is set, and vice-versa. If underlying O/S does not support GTSM, then will set ttl as per ebgp-multihop. In passing, have fixed various bugs in the main Quagga branch. * initial support for draft-ietf-idr-optional-transitive Does not yet support "neighbor-complete" flag. * main Quagga now uses TCP_CORK and permanent non-blocking Do not beleive TCP_CORK to be necessary for euro_ix code... which has a different buffering strategy. The euro_ix code already runs sockets permanently non-blocking. * various fixes to attribute intern/unintern Trying to remove memory leaks. Nobody seems convinced that this has been perfected, yet. * fixes for ospfd and ospf6d issues. Up to date with master branch up to: commit 538cb284864c17de66152a5236db4cd80e3e7639 Merge: 036a6e6 8ced4e8 Author: Paul Jakma <paul@quagga.net> Date: Fri Jul 29 18:21:50 2011 +0100
| * ospfd: Lower level of some common messages from info to debugPaul Jakma2010-12-081-7/+7
| | | | | | | | | | * ospf_{ism,network}.c: Certain oft-repeated but trivial messages should be debug log level, not info, to avoid spamming 'terminal monitor'
* | Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-7/+7
|/ | | | | | | | Release: 0.99.18ex14 Also fixes issue with unknown attributes -- does not release them prematurely. Contains the "bgpd: New show commands for improved view and address family support", which is post 0.99.18. (But not RFC 5082 GTSM.)
* [lib] mes_lookup string lookup table argument should be marked constStephen Hemminger2008-08-221-9/+2
| | | | | | | | | 2008-08-14 Stephen Hemminger <stephen.hemminger@vyatta.com> * lib/log.{c,h}: struct message argument should point to const * */*.c: adjust to suit, Signed-off-by: Paul Jakma <paul@quagga.net>
* + fix minor regression in OSPF sending buffer adjustment logicDenis Ovsienko2007-09-181-6/+6
|
* Bug #362 is fixed now.Denis Ovsienko2007-08-211-0/+35
|
* 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