summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_interface.c
Commit message (Expand)AuthorAgeFilesLines
* *: nuke ^L (page feed)David Lamparter2014-06-041-6/+6
* ospfd: Optimize and improve SPF nexthop calculationJoakim Tjernlund2012-07-251-0/+18
* ospfd: Unify router and network LSA refresh logic with general refresherPaul Jakma2010-12-081-5/+3
* ospfd: Remember network LSA sequence numbers across up/downs of an interfacePaul Jakma2010-12-081-1/+4
* ospfd: interface code should leave network_lsa_self alonePaul Jakma2010-12-081-5/+0
* ospfd: ospf_if_free can leave dangling references on ISM events - cancel themPaul Jakma2010-12-081-0/+2
* ospfd: Make ospf_if_lookup_recv_if() find the right unnumbered i/fJoakim Tjernlund2009-07-281-5/+11
* ospfd: export ospf_if_table_lookup() and use it in ospf_network_run_interface()Joakim Tjernlund2009-07-281-1/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-13/+4
* + fix missing arg to zlog_warn()Denis Ovsienko2007-09-181-1/+1
* Bug #362 is fixed now.Denis Ovsienko2007-08-211-0/+5
* [ospfd] Fix bug in 'passive-interface default' behaviorAndrew J. Schorr2007-04-211-2/+2
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-121-42/+17
* [ospfd] Add passive-interface default supportPaul Jakma2006-10-221-3/+0
* [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon freePaul Jakma2006-07-261-2/+2
* [ospfd] Fix multicast membership drop bugPaul Jakma2006-06-151-11/+17
* [ospfd] CID #27, fix missing NULL return checkPaul Jakma2006-05-121-1/+2
* [ospfd] Fix SPF of virtual-linksPaul Jakma2006-05-041-21/+39
* [ospfd] Fix virtual-link handling in nbrs route-table, exposed by bug#234 fixPaul Jakma2006-04-031-0/+1
* [ospfd] ignore loopbacks for received interface validationPaul Jakma2006-03-301-0/+3
* [ospfd] Bug #234. Fix nbr_self reinitialisation after down/up.paul2006-01-111-22/+4
* 2005-10-21 Paul Jakma <paul.jakma@sun.com>paul2005-10-211-1/+6
* 2005-10-18 Paul Jakma <paul.jakma@sun.com>paul2005-10-181-6/+6
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-291-0/+3
* 2005-05-19 Paul Jakma <paul.jakma@sun.com>paul2005-05-181-5/+9
* 2005-05-06 Paul Jakma <paul.jakma@sun.com>paul2005-05-061-9/+9
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-071-64/+48
* 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-021-2/+2
* 2005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-03-291-0/+19
* 2005-02-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-02-081-5/+54
* 2004-12-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-151-0/+11
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-22/+22
* OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd,hasso2004-10-191-10/+30
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-17/+17
* Assorted changes from work at BBN. Most are minor, and several are ingdt2004-08-311-0/+3
* Remove ifdef's HAVE_NSSA. NSSA support is stable enough.hasso2004-06-201-2/+0
* 2004-05-05 Paul Jakma <paul@dishone.st>paul2004-05-051-9/+18
* 2004-04-08 Paul Jakma <paul@dishone.st>paul2004-04-081-14/+39
* 2004-02-17 Paul Jakma <paul@dishone.st>paul2004-02-171-0/+7
* Don't crash when attempting to read path->oi->ifp if oi doesn't exist anyhasso2004-02-111-0/+17
* 2003-11-10 Claus Endres <claus@endresconsulting.com>paul2003-11-101-1/+3
* 2003-10-15 Paul Jakma <paul@dishone.st>paul2003-10-151-3/+3
* 2003-10-15 Paul Jakma <paul@dishone.st>paul2003-10-151-4/+24
* 2003-08-01 Cougar <cougar@random.ee>paul2003-08-011-3/+3
* 2003-06-19 "Suraev, Vadim" <vadim.suraev@terayon.com>paul2003-06-221-15/+25
* 2003-06-07 Paul Jakma <paul@dishone.st>paul2003-06-061-1/+1
* Patch from Cougar - sort iflist by name.hasso2003-06-051-1/+1
* From: kamatchi soundaram <kamatchi@tdd.sj.nec.com>merge_zprivs_head_4paul2003-06-041-0/+1
* From: kamatchi soundaram <kamatchi@tdd.sj.nec.com>paul2003-06-041-3/+2
* From: kamatchi soundaram <kamatchi@tdd.sj.nec.com>paul2003-06-031-2/+0