summaryrefslogtreecommitdiffstats
path: root/ospfd
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18pChris Hall2011-08-127-32/+33
|\ \
| * | Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-127-32/+33
| |\|
| | * Merge remote-tracking branch 'polymorf/master'Greg Troxel2011-07-131-0/+16
| | |\
| | | * Fix ip_len byte order in DragonFly's raw socketDavid BÉRARD2010-05-111-0/+16
| | * | ospf: Fix OSPF API and ospf-te LSA refreshers to match recent API changePaul Jakma2011-04-134-7/+7
| | * | ospfd: Compile fix for opaque supportPaul Jakma2011-03-224-9/+13
| | * | ospfd: Remove oi field from LSA, have network_lsa_refresh look up when neededPaul Jakma2010-12-082-6/+15
| | * | ospfd: potential fix for router-id change assert on refresh cleanup patchPaul Jakma2010-12-081-4/+11
| | * | ospfd: Fix maxage/flush to not try flood twice, remember maxages for longerPaul Jakma2010-12-086-44/+53
| | * | ospfd: Unify router and network LSA refresh logic with general refresherPaul Jakma2010-12-0812-201/+107
| | * | ospfd: Remember network LSA sequence numbers across up/downs of an interfacePaul Jakma2010-12-084-4/+38
| | * | ospfd: Prioritise hellos for sending by queueing to head of output bufferPaul Jakma2010-12-082-47/+48
| | * | ospfd: Reset neighbour inactivity timer for any packet arrivalPaul Jakma2010-12-083-17/+29
| | * | ospfd: the maxage_lsa_remover should check whether it needs to yield the cpuPaul Jakma2010-12-081-1/+5
| | * | ospfd: Fix various route_unlock discrepenciesPaul Jakma2010-12-082-11/+16
| | * | ospfd: fix lsa_refresh_walker unlock before use bugPaul Jakma2010-12-081-2/+11
| | * | ospfd: interface code should leave network_lsa_self alonePaul Jakma2010-12-081-5/+0
| | * | ospfd: OSPF_MIN_LS_ARRIVAL compare should be >= to match ospf_floodPaul Jakma2010-12-081-1/+1
| | * | ospfd: ospf_if_free can leave dangling references on ISM events - cancel themPaul Jakma2010-12-081-0/+2
| | * | ospfd: Lower level of some common messages from info to debugPaul Jakma2010-12-082-11/+11
| | |/
| | * ospfd: Only refresh external default route once.Joakim Tjernlund2010-04-181-2/+4
| | * ospfd: Make sure ospf_distribute_list_update_timer() eventually runs.Joakim Tjernlund2010-04-181-2/+2
| | * ospfd: Make sure all external routes are updated.Joakim Tjernlund2010-04-181-17/+17
| | * 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
| * | Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-2925-434/+450
* | | Update pipework and improve memory reporting.Chris Hall2011-07-211-84/+84
* | | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-2925-434/+450
|/ /
* | Bring up to date with 0.99.16 releaseChris Hall2010-04-172-3/+3
* | Removing compiler warnings.Chris Hall2010-04-168-13/+33
* | Compile all daemons, except vtysh, clean but with warnings.Chris Hall2010-04-162-2/+3
|/
* 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
* ospfd: neuter some compiler warningsPaul Jakma2009-08-031-38/+1
* ospfd: update some commentsPaul Jakma2009-08-032-7/+17
* ospfd: Change struct ospf_path *oi to ifindex.Joakim Tjernlund2009-08-037-31/+34
* ospfd: Discriminate better when selecting links between vertices in SPFJoakim Tjernlund2009-07-301-7/+5
* ospfd: Make ospf_if_lookup_recv_if() find the right unnumbered i/fJoakim Tjernlund2009-07-283-8/+15
* ospfd: export ospf_if_table_lookup() and use it in ospf_network_run_interface()Joakim Tjernlund2009-07-283-6/+5
* [global] interface flags format warningsStephen Hemminger2009-07-281-3/+4
* [ospfd] Do not use stale Network/Router LSAsJoakim Tjernlund2009-06-262-8/+8
* [ospfd] compare ifIndex too when matching pathsJoakim Tjernlund2009-06-252-4/+13