summaryrefslogtreecommitdiffstats
path: root/ospfclient (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert event.h to frrevent.hDonald Sharp2023-03-242-2/+2
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert thread_master_XXX functions to event_master_XXXDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-4/+4
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: Convert thread_fetch and thread_call to event_fetch and event_callDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-5/+5
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-4/+4
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-242-2/+2
* ospfclient: remove register "READY" requirementChristian Hopps2023-02-201-51/+89
* ospfclient: bugfix and no implicit registerChristian Hopps2023-02-201-31/+32
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-094-60/+4
* *: sort out & explain licenses used in FRRDavid Lamparter2023-02-091-339/+0
* ospfd, ospfclient: Do not just include .c files in another .cDonald Sharp2022-12-052-4/+1
* ospfd/ospfclient: add option to flush/withdrawal with zero lengthLou Berger2022-10-214-23/+37
* ospfd: ospf_apiserver.c - fix link local opaque LSA deleteLou Berger2022-10-212-4/+4
* ospfclient: add 'wait,<seconds>' action to ospfclient.py - for testingLou Berger2022-10-191-0/+6
* ospfclient: condition optimizationsri-mohan12022-07-271-6/+6
* ospfclient: Ensure ospf_apiclient_lsa_originate cannot accidently write into ...Donald Sharp2022-07-221-0/+6
* ospfclient: add router id support to python clientChristian Hopps2022-06-231-1/+52
* ospfclient: fix help urlJafar Al-Gharaibeh2022-06-211-3/+2
* ospfclient: add ospfclient api python classChristian Hopps2022-06-022-0/+1141
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-2/+2
* *: Fix spelling of FollowingDonald Sharp2022-04-011-3/+3
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-11/+6
* build: fix `AM_LDFLAGS` usage (and gcov)David Lamparter2021-07-211-1/+1
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-2/+2
* lib/xref: put setup calls in librariesDavid Lamparter2021-02-011-0/+3
* ospfclient: replace inet_ntoaMark Stapp2020-10-221-14/+15
* ospfd: fix SA warnings in ospfd, ospfclientMark Stapp2020-10-141-6/+12
* ospfclient: Provide some protection against blindly trusting inputDonald Sharp2020-10-091-2/+17
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-1/+1
* ospfclient: don't install man pageDavid Lamparter2020-01-151-1/+1
* doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-1/+1
* build: make rfptest and ospfclient "noinst"David Lamparter2018-10-281-1/+1
* build: add --enable-static-bin optionDavid Lamparter2018-10-011-1/+13
* build: fix not building docs w/o sphinxDavid Lamparter2018-09-091-1/+1
* *: cleanup .gitignore filesDavid Lamparter2018-09-081-15/+0
* build: move vtysh & manpage listings to subdir.amDavid Lamparter2018-09-081-0/+1
* ospfd: Remove unused functionDonald Sharp2018-08-211-0/+1
* *: ALLOC calls cannot failDonald Sharp2018-08-111-8/+2
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-273-46/+46
* Merge pull request #911 from opensourcerouting/non-recursive-2Donald Sharp2017-08-094-29/+41
|\
| * build: non-recursive ospf*David Lamparter2017-08-044-29/+41
* | lib: privs: make uid/gid accessible before setuidDavid Lamparter2017-08-021-0/+1
|/
* *: reindentreindent-master-afterwhitespace / reindent2017-07-173-862/+755
* lib: more `show thread cpu`Quentin Young2017-06-301-1/+1
* *: simplify log message lookupQuentin Young2017-06-211-2/+2