summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_zebra.c
Commit message (Expand)AuthorAgeFilesLines
* Merge in latest quagga (0.99.11)Stephen Hemminger2008-10-271-13/+2
|\
| * Merge branch 'master' of /home/shemminger/src/quagga into upstreamStephen Hemminger2008-10-131-10/+5
| |\
| | * [ospfd] Restructure opsf_if_update() and ospf_network_run()Joakim Tjernlund2008-09-021-13/+2
| | * [ospfd] Fix two debug messages that used inet_ntoa more than onceAndrew J. Schorr2007-03-141-6/+13
| | * [ospfd] Add debug messages for a few zebra messages that had been overlookedAndrew J. Schorr2006-11-301-0/+25
| | * [ospfd] Stop losing subsequent default-information originate 'always' infoAndrew J. Schorr2006-10-241-16/+6
| | * [ospfd] CID #28, remove another ospf_lookup call - ospf_redistribute_withdrawPaul Jakma2006-05-121-1/+1
| | * [ospfd] Squash another ospf_lookup callPaul Jakma2006-05-121-2/+1
| | * [ospfd/zserv] adjust to new formatpaul2006-01-171-4/+1
| | * [ospfd] fix rare leak of struct connected, in an error path.paul2006-01-101-1/+4
| | * 2005-11-20 Paul Jakma <paul.jakma@sun.com>paul2005-11-201-5/+3
| | * 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-011-6/+6
| | * 2005-09-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-09-191-1/+1
| | * * ospf_zebra.c: Don't assert/stop before type == ZEBRA_ROUTE_MAX ifhasso2005-08-051-3/+7
| | * 2005-05-06 Paul Jakma <paul.jakma@sun.com>paul2005-05-061-16/+16
| | * 2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>nonblocking_zclient_afterajs2005-04-111-1/+1
| | * 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-071-41/+35
| | * 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-021-2/+3
| | * 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-021-10/+4
| | * 2005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-03-291-1/+11
| | * 2004-12-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-151-8/+1
| | * 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-19/+19
| | * 2004-10-31 Paul Jakma <paul@dishone.st>paul2004-10-311-1/+3
| | * 2004-10-11 Paul Jakma <paul@dishone.st>paul2004-10-111-7/+11
| | * Common router id.hasso2004-10-031-14/+23
| | * Compiler warnings fixes.hasso2004-09-261-1/+1
| | * Remove usage of evil list and listnode typedefs.hasso2004-09-231-4/+4
| | * * Make updating redistributions work if prefix list is changed and it'shasso2004-05-101-1/+59
| | * 2004-05-08 Paul Jakma <paul@dishone.st>paul2004-05-081-9/+9
| | * Don't ignore reject/bh routes. Discussed with Paul in IRC.hasso2004-04-231-6/+8
| | * Some ospfd fixes - [quagga-dev 1032], [quagga-dev 1048], [quagga-dev 1058].hasso2004-04-201-0/+3
| | * 2004-02-17 Paul Jakma <paul@dishone.st>paul2004-02-171-6/+0
| | * add an XXX at a point where ifindex_num is assumed to be one w/ogdt2004-02-131-0/+1
| | * Don't crash when attempting to read path->oi->ifp if oi doesn't exist anyhasso2004-02-111-1/+1
| | * 2003-08-11 Yasuyuki Haga <yasuhaga@nifty.ne.jp>paul2003-08-121-0/+18
| | * 2003-08-10 Yasuyuki Haga <yasuhaga@nifty.ne.jp>paul2003-08-101-8/+1
| | * 2003-08-10 amir <amir@datacore.ch>paul2003-08-101-3/+3
| | * Temporary "fix" for segfault. See bug #29 in bugzilla for details.hasso2003-08-071-2/+4
| | * 2003-07-15 Paul Jakma <paul@dishone.st>paul2003-07-151-3/+12
| | * 2003-06-19 Paul Jakma <paul@dishone.st>paul2003-06-191-256/+254
| | * 2003-06-19 Vladimir Ivaschenko <hazard@francoudi.com>paul2003-06-191-25/+45
| | * 2003-04-04 Paul Jakma <paul@dishone.st>paul2003-04-041-65/+73
| | * 2003-03-25 Paul Jakma <paul@dishone.st>paul2003-03-251-131/+106
| | * Kevin C Miller <kevinm@andrew.cmu.edu>patch_z16681_ospfd_nssapaul2002-12-131-0/+2
| | * zebra link state detection supportpatch_z12269_linkstatepaul2002-12-131-1/+2
| | * Initial revisionpaul2002-12-131-0/+1180
* | Use XCALLOCStephen Hemminger2008-08-181-4/+1
* | Fix compiler warnings from incorrect format stringsStephen Hemminger2008-07-111-1/+1
* | get rid of compiler warnings in OSPFStephen Hemminger2008-05-281-3/+5
|/
* [ospfd] Fix two debug messages that used inet_ntoa more than onceajs2007-03-141-6/+13