summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4604 from opensourcerouting/mutex-sugarQuentin Young2019-09-032-2/+2
|\
| * *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-032-2/+2
* | ospfd: Cleanup oi->obuf to always be createdDonald Sharp2019-08-303-58/+17
* | ospfd: tighten up what functions can be used outside of ospf_packet.cDonald Sharp2019-08-302-10/+4
* | ospfd: Do not turn on write thread unless we have something in itDonald Sharp2019-08-302-7/+20
|/
* Merge pull request #4812 from pogojotz/fix-destination-multi-useDonald Sharp2019-08-261-35/+32
|\
| * zebra: Do not use connection dest for bcastJuergen Werner2019-08-181-35/+32
* | *: Fix spelling errors pointed out by debian packagingDonald Sharp2019-08-191-1/+1
* | ospfd: add redist message detail to debugMark Stapp2019-08-141-1/+2
* | ospfd,ripd: Enabling build with opensslMichal Ruprich2019-08-081-0/+30
|/
* ospfd: clean up default route logicDavid Lamparter2019-08-024-127/+55
* ospfd: don't ASE with router-ID 0David Lamparter2019-08-021-0/+7
* ospfd: unset default route external_infoDavid Lamparter2019-08-021-2/+8
* ospfd: remove LSA reorigin on NSM changeDavid Lamparter2019-08-021-28/+0
* ospfd: re-fix default origination checkDavid Lamparter2019-08-021-4/+19
* Revert "ospfd: default route got flushed after lsa refresh timer."David Lamparter2019-08-021-1/+1
* Revert "ospfd: remove default origin max age lsa"David Lamparter2019-08-023-20/+0
* ospfd: kill totally misnamed "timers"David Lamparter2019-08-025-97/+43
* ospfd: remove t_external_lsaDavid Lamparter2019-08-023-4/+0
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-222-30/+26
* ospfd: no router ospf crash fixChirag Shah2019-07-152-8/+17
* ospfd: fix show ip ospf neigh jsonChirag Shah2019-07-101-44/+77
* ospfd: Do not modify list when using _RO loopDonald Sharp2019-07-021-1/+1
* Merge pull request #4624 from qlyoung/use-standard-boolsDavid Lamparter2019-07-022-26/+26
|\
| * *: s/TRUE/true/, s/FALSE/false/Quentin Young2019-07-012-26/+26
* | Merge pull request #3888 from donaldsharp/ospf_cleanupOlivier Dugeon2019-07-021-1/+5
|\ \ | |/ |/|
| * ospfd: Cleanup ospf->redist and ospf->external on shutdownDonald Sharp2019-06-221-1/+5
* | Revert "Ospf missing interface handling 2"Donald Sharp2019-06-246-44/+27
|/
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-226-27/+44
|\
| * *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-125-15/+21
| * lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()...Philippe Guibert2019-06-121-1/+1
| * *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-123-8/+15
| * lib, ospfd, pimd, zebra: change if_create() api with vrfPhilippe Guibert2019-06-111-1/+3
| * ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrfPhilippe Guibert2019-06-111-2/+4
* | rmap: Add hooks into zebra,ospf,rip for `match ip next-hop type blackhole`Donatas Abraitis2019-06-211-0/+38
* | ospfd: fix clang-SA warningDavid Lamparter2019-06-131-5/+7
|/
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-042-24/+28
* Merge pull request #4315 from lkrishnamoor/route_map_3rd_stateDonald Sharp2019-05-312-28/+24
|\
| * lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-302-28/+24
* | ospfd: initialize maybe-uninitialized boolQuentin Young2019-05-291-1/+1
|/
* Merge pull request #4144 from pguibert6WIND/bfd_cbitRuss White2019-05-161-2/+6
|\
| * bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-141-2/+6
* | lib: hashing functions should take const argumentsQuentin Young2019-05-141-1/+1
|/
* Merge pull request #4304 from donaldsharp/route_map_switchDavid Lamparter2019-05-141-1/+1
|\
| * bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callbackDonald Sharp2019-05-111-1/+1
* | Merge pull request #4112 from pguibert6WIND/bfd_vrfRafael Zalamena2019-05-142-2/+2
|\ \ | |/ |/|
| * bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_idPhilippe Guibert2019-05-072-2/+2
* | Merge pull request #4215 from Orange-OpenSource/TEQuentin Young2019-05-071-97/+98
|\ \ | |/ |/|
| * ospfd: Correct Link-ID and Remote IP for TE LSAOlivier Dugeon2019-04-301-97/+98
* | Merge pull request #4264 from pguibert6WIND/trace_bfdDonald Sharp2019-05-071-0/+7
|\ \