summaryrefslogtreecommitdiffstats
path: root/ospfd
Commit message (Expand)AuthorAgeFilesLines
* quagga: Remove double read of streamDonald Sharp2016-03-111-1/+3
* lib: Check prefix length from zebra is sensiblePaul Jakma2016-03-081-1/+1
* ospfd: Remove HAVE_OSPF_TEDonald Sharp2016-02-262-10/+0
* ospfd: Remove HAVE_OPAQUE_LSADonald Sharp2016-02-2619-194/+0
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-269-34/+32
* Merge 'patch-tracking/4/proposed/netdef-solaris' into acceptedPaul Jakma2015-10-283-3/+4
|\
| * *: fix in_addr initialisersDavid Lamparter2015-10-161-1/+1
| * build: make libraries self-reliantDavid Lamparter2015-10-161-0/+1
| * ospfd: fix unused warning in ospf_writeDavid Lamparter2015-10-161-2/+2
* | ospfd: PointToPoint neighbors are identified by router IDJoakim Tjernlund2015-10-271-8/+11
* | Revert "Fix to take care of ordering between interface and router ospf command."Paul Jakma2015-10-271-9/+0
* | ospfd: Extend 'ip ospf area' to take address argument + rationalise ospf enablePaul Jakma2015-10-274-169/+235
* | ospfd: Impl. per interface 'ip ospf area' commandJoakim Tjernlund2015-10-273-9/+187
* | ospfd: split up network interface enable a bit, for per-interface area cmdJoakim Tjernlund2015-10-271-55/+71
* | lib: zclient.c remove extern struct thread_master *Donald Sharp2015-10-273-4/+4
|/
* build/arm: Arm compilation warning fixDonald Sharp2015-09-242-2/+3
* ospfd: trap on state change seems to send incorrect value for ospfNbrStateFernando Soto2015-09-241-17/+27
* ospfd: Fix for 'no' + 'debug command' does not disable 'debug command'Vystoropskyi, Sergii2015-09-241-1/+1
* ospfd: Fast OSPF convergenceMichael Rossberg2015-09-249-23/+132
* ospfd: Fix bug in 94266fa822ba, nbr_self rebuild didn't add valid nbr_selfPaul Jakma2015-09-244-5/+12
* Revert "ospfd: Use route_node_lookup() instaed of route_node_get()"Paul Jakma2015-09-242-6/+2
* ospfd: Use route_node_lookup() instaed of route_node_get()Joakim Tjernlund2015-08-042-2/+6
* ospfd: ospf_nbr_nbma_set()/ospf_snmp_vl_add() add unlockJoakim Tjernlund2015-07-292-0/+5
* ospfd: ospf_ls_upd_send() add missing unlock.Joakim Tjernlund2015-07-291-0/+2
* ospfd: ospf_ase.c, external_lsa locking fixes.Joakim Tjernlund2015-07-291-4/+6
* ospfd: Move route_unlock_node() in ospf_ase_incremental_update()Joakim Tjernlund2015-07-291-1/+1
* ospfd: add missing unlock for ospf_interface_address_delete()Joakim Tjernlund2015-07-291-0/+1
* ospfd: Self nbrs needs to be rebuilt when router ID changes.Joakim Tjernlund2015-07-291-2/+9
* *: add VRF ID in the API message headerFeng Lu2015-06-032-27/+41
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-06-022-1/+2
* ospfd: Remove another odd flooding hack in opaque LSA codePaul Jakma2015-05-143-125/+0
* lib: hide internal prefix list structuresDavid Lamparter2015-05-051-2/+2
* ospfd: Remove the blocking of opaque LSAs origination & flooding 'optimisation'Paul Jakma2015-05-056-245/+6
* ospfd: Make ospf_passive_interface_update calls friendly to static analysisPaul Jakma2015-05-051-7/+19
* build: add --enable-werrorDavid Lamparter2015-04-211-0/+1
* snmp: fix warningsDavid Lamparter2015-04-211-6/+6
* *: add/cleanup initialisersDavid Lamparter2015-04-211-1/+1
* *: use void * for printing pointersDavid Lamparter2015-04-217-35/+43
* *: use long long to print time_tDavid Lamparter2015-04-192-6/+6
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2015-02-141-1/+1
* ospfd: set O-bit in the option of all DD packetsLu Feng2015-02-061-16/+1
* ospfd: Fix initial Opaque LSA DB synchronisationOlivier Dugeon2015-01-271-7/+13
* Fix to take care of ordering between interface and router ospf command.Vipin Kumar2014-11-111-0/+9
* OSPFd: Update timestamps when we MaxAge LSAs.Dinesh G Dutt2014-11-111-0/+10
* ospfd: Tweak previous iface RR write patch to avoid free/malloc & redundant logPaul Jakma2014-11-111-10/+2
* Avoid timing out of adjacencies by serving all interfaces in round-robin.Dinesh G Dutt2014-11-111-3/+15
* ospfd: Some small tweaks to the SPF execution reason patchPaul Jakma2014-11-117-70/+64
* Compute and display SPF execution statisticsDinesh G Dutt2014-11-119-26/+159
* ospfd: Don't leave stale RouterLSA's when changing areaIDJoakim Tjernlund2014-10-271-1/+4
* ospfd: invalid MD5 auth_key?Joakim Tjernlund2014-10-271-2/+2