summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_apiserver.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Remove MTYPE_TMPDonald Sharp2022-12-051-14/+17
* ospfd/ospfclient: add option to flush/withdrawal with zero lengthLou Berger2022-10-211-0/+5
* ospfd: ospf_apiserver.c - fix link local opaque LSA deleteLou Berger2022-10-211-2/+12
* ospfd: changes for code maintainabilitysri-mohan12022-08-221-101/+74
* ospfd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-4/+4
* ospfd: add router id support to ospf apiChristian Hopps2022-06-231-0/+37
* ospfd: api: always ready to receive opaque from clientChristian Hopps2022-06-021-31/+6
* ospfd: api: add new ISM and NSM sync requestsChristian Hopps2022-06-021-4/+83
* ospfd: api: remove unused api code/message creationChristian Hopps2022-06-021-39/+9
* ospfd: api: fix recovery of LSA after restart of api clientChristian Hopps2022-06-021-4/+20
* ospfd: api: add reachable router notificationsChristian Hopps2022-06-021-0/+168
* ospfd: cli: add opaque data to json outputChristian Hopps2022-05-261-4/+4
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* *: Fix spelling of FollowingDonald Sharp2022-04-011-7/+7
* ospfd: Convert `enum event` to `enum ospf_apiserver_event`Donald Sharp2022-03-021-3/+3
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-25/+15
* ospfd: fix display of plain-text data on "show ... json" commandsRenato Westphal2021-10-081-1/+5
* ospfd: Correct Coverity defectsOlivier Dugeon2021-05-191-5/+9
* * : update signature of thread_cancel apiMark Stapp2020-10-231-13/+4
* ospfd: replace inet_ntoaMark Stapp2020-10-221-24/+24
* *: un-split strings across linesDavid Lamparter2020-07-141-4/+2
* ospfd: clean up SA warningMark Stapp2019-12-051-1/+1
* ospfd: nbr->oi is never nullDonald Sharp2019-11-221-3/+1
* ospfd: remove empty debugMark Stapp2019-03-191-1/+0
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-2/+2
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young2018-09-131-4/+4
* *: style for flog_warn conversionsQuentin Young2018-09-061-2/+3
* ospfd: Add OSPF_WARN_LSA_INSTALL_FAILURE error codeDonald Sharp2018-09-061-2/+4
* ospfd: Add OSPF_WARN_OPAQUE_REGISTRATIONDonald Sharp2018-09-061-3/+5
* ospfd: Add ospf_lsa_new_and_data function and abstract awayDonald Sharp2018-08-211-13/+1
* *: ALLOC calls cannot failDonald Sharp2018-08-111-7/+5
* ospfd: null check (Coverity 23110)paco2018-06-271-0/+1
* ospfd: null check (Coverity 23110)paco2018-06-201-0/+2
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-32/+32
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-11/+11
* ospfd: LSDB_LOOP treat it as a loop.Donald Sharp2018-01-171-11/+22
* ospfd: fix clang warningVincent JARDIN2017-10-081-1/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* ospfd: fix clang warning & ci-ospf testChirag Shah2017-10-031-1/+1
* ospfd: OSPFv2 VRF, fix CLAN SA warningChirag Shah2017-10-031-2/+6
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-031-16/+19
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-4/+4
* *: reindent pt. 2whitespace / reindent2017-07-171-4/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-2105/+1948
* *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-1/+1
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-1/+1
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-1/+1
* *: use vty_outlnQuentin Young2017-06-291-4/+3
* Merge branch 'stable/3.0'David Lamparter2017-05-181-1/+1
|\