summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | ospfd: add bfd up event tracePhilippe Guibert2019-05-061-0/+7
* | | Merge pull request #4253 from qlyoung/zapi-handler-args-macroRenato Westphal2019-05-062-28/+16
|\ \ \ | |/ / |/| |
| * | *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-032-28/+16
* | | ospfd: continue statement is redundantDonald Sharp2019-05-031-1/+0
|/ /
* / ospfd: replace pqueue_* with DECLARE_SKIPLISTDavid Lamparter2019-04-275-78/+59
|/
* ospfd: make ECMP nexthop order deterministicDavid Lamparter2019-04-171-1/+8
* ospfd: fix clang-SA warningDavid Lamparter2019-04-171-1/+1
* Merge pull request #4103 from qlyoung/fix-ospf-+metricRuss White2019-04-113-10/+11
|\
| * ospfd: fix behavior of +/-metricQuentin Young2019-04-083-10/+11
* | Merge pull request #4102 from opensourcerouting/sendbuf_recvbuf_privsQuentin Young2019-04-091-3/+3
|\ \
| * | *: setting the socket send/recv buffer sizes doesn't need elevated privsRenato Westphal2019-04-081-3/+3
| |/
* / ospfd: rn may be nullDonald Sharp2019-04-071-12/+12
|/
* ospfd: Remaining packet calculation while fragmenting lsu, ls-ack and ls-reqSaravanan K2019-03-251-6/+22
* ospfd: remove empty debugMark Stapp2019-03-191-1/+0
* Merge pull request #3949 from qlyoung/remove-zlog-newlinesSri Mohana Singamsetty2019-03-156-12/+12
|\
| * *: remove trailing newlines from zlog messagesQuentin Young2019-03-146-12/+12
* | ospfd: fix some json timer outputMark Stapp2019-03-131-14/+14
|/
* ospfd: When converting to ms divide by 1000Donald Sharp2019-03-131-6/+6
* Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter2019-03-064-31/+16
|\