summaryrefslogtreecommitdiffstats
path: root/ospfd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'current' into dn42quagga_1.1.0-dn42.11-rc0David Lamparter2010-02-051-2/+3
|\
| * lib: get rid of extraneous output with vty_prependDavid Lamparter2010-02-051-2/+3
* | Merge branch 'patches/jt_ospf-fixes-20091129' into dn42David Lamparter2010-02-051-1/+0
|\ \
| * | Revert "ospfd: actually add nbr to nbrs list."David Lamparter2010-02-051-1/+0
* | | Merge branch 'current' into dn42David Lamparter2010-02-051-4/+4
|\ \ \ | | |/ | |/|
| * | lib, ospfd: remove ZEBRA_FLAG_BLACKHOLE from the zclient APIDavid Lamparter2010-02-051-4/+4
* | | Merge branch 'patches/pj_workqueue' into dn42David Lamparter2010-02-059-91/+138
|\ \ \
| * | | ospfd: use workqueue for ospf_ase_calculate_routePaul Jakma2010-02-054-28/+57
| * | | ospfd: Prioritise hellos for sending by queueing to head of output bufferPaul Jakma2010-02-052-46/+48
| * | | ospfd: Reset neighbour inactivity timer for any packet arrivalPaul Jakma2010-02-053-17/+29
| * | | ospfd: the maxage_lsa_remover should check whether it needs to yield the cpuPaul Jakma2010-02-051-0/+4
* | | | Merge branch 'patches/smallones' into dn42David Lamparter2010-02-057-105/+11
|\ \ \ \
| * | | | ospf: cleanupStephen Hemminger2010-02-057-105/+11
* | | | | Merge branch 'merged/ospfd' into dn42David Lamparter2010-02-0421-637/+926
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | Merge branch 'patches/jt_unnumbered' into ospf-merge-3David Lamparter2010-02-0410-176/+448
| |\ \ \
| | * | | ospfd: Optimize and improve SPF nexthop calculationJoakim Tjernlund2010-02-044-98/+101
| | * | | ospfd: Update SPF calculation for unnumbered linksJoakim Tjernlund2010-02-043-44/+81
| | * | | ospfd: External routes over PtoP must be directly connected.Paul Jakma2010-02-042-25/+14
| | * | | ospfd: Do not free area too early.Joakim Tjernlund2010-02-041-0/+23
| | * | | ospfd: add missing ospf_interface_[un]set prototypesDavid Lamparter2010-02-041-0/+3
| | * | | ospfd: Impl. command ip ospf areaJoakim Tjernlund2010-02-043-62/+259
| | * | | ospfd: Do not send host routes on unnumbered PtP I/F'sJoakim Tjernlund2010-02-041-0/+2
| | * | | ospfd: Test for ZEBRA_INTERFACE_UNNUMBEREDJoakim Tjernlund2010-02-041-1/+6
| | * | | zebra, lib: Add ZEBRA_INTERFACE_UNNUMBERED interface flag.Joakim Tjernlund2010-02-042-0/+14
| | |/ /
| * | | Merge branch 'patches/jt_ospf-fixes-20091129' into ospf-merge-3David Lamparter2010-02-0415-457/+313
| |\ \ \ | | | |/ | | |/|
| | * | ospfd: actually add nbr to nbrs list.Joakim Tjernlund2010-02-041-0/+1
| | * | ospfd: PointToPoint neighbors are identified by router ID.Joakim Tjernlund2010-02-041-3/+5
| | * | ospfd: fix ospf SNMP support broken by prev 2 commitsDavid Lamparter2010-02-041-12/+9
| | * | ospfd: delete address in struct ospf_neighborJoakim Tjernlund2010-02-049-56/+44
| | * | ospfd: fix opaque-LSA broken by route_node -> listDavid Lamparter2010-02-041-12/+9
| | * | ospfd: replace route_nodes with a listJoakim Tjernlund2010-02-0410-348/+227
| | * | ospfd: fix ospf_nbr_lookup_by_addr()Joakim Tjernlund2010-02-031-21/+8
| | * | ospfd: ospf_hello() should only kick state machine once.Joakim Tjernlund2010-02-031-23/+28
| | |/
| * | ospfd: Add new host route commandJoakim Tjernlund2010-02-045-3/+164
| * | ospfd: invalid MD5 auth_key?Joakim Tjernlund2010-02-041-2/+2
| |/
* | lib: fs namespacing 3/5: use path_state for zserv socketDavid Lamparter2010-02-041-1/+7
* | lib: fs namespacing 2/5: use path_state for vty pathsDavid Lamparter2010-02-043-5/+13
* | lib: put route_types.txt to real useDavid Lamparter2010-02-031-31/+16
|/
* ospfd: Fix debug messages that were masked by DISCARD_LSAPaul Jakma2010-01-141-3/+4
* ospfd: remove unneeded memset from a very hot functionPaul Jakma2010-01-141-1/+0
* ospfd: VTY strings cleanupStephen Hemminger2009-12-031-15/+2
* ospfd: comment out unused functionStephen Hemminger2009-12-031-0/+2
* ospfd: make local functions staticStephen Hemminger2009-12-032-55/+8
* [ospfd] enable more OSPF cost command aliasesDenis Ovsienko2009-09-281-0/+88
* ospfd: Make sure priority is respected.Joakim Tjernlund2009-08-281-1/+1
* ospfd: Tighten up the connected check for redistributionJoakim Tjernlund2009-08-281-8/+5
* all: check return value from daemon() callStephen Hemminger2009-08-131-2/+5
* ospfd: fix performance problem with redistribute deleteStephen Hemminger2009-08-132-14/+4
* ospfd: Make sure route table is recalculated.Joakim Tjernlund2009-08-111-18/+23
* ospfd: Make "Packet ... received on wrong link" conditional on debugPaul Jakma2009-08-111-2/+3