]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Add argument '--init-tals' to fetch RIR TALs
authorpcarana <pc.moreno2099@gmail.com>
Wed, 28 Oct 2020 00:22:11 +0000 (18:22 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Wed, 28 Oct 2020 00:22:11 +0000 (18:22 -0600)
commit67576af64a6050e7138d24793fff3b7d64789c5c
tree4fe97403cf25148965c25985f51d40d899bf81b4
parent494d02dee2a9f8ca35e6b2a3ef5b5b3b12441886
Add argument '--init-tals' to fetch RIR TALs

+Once utilized, FORT tries to download the TALs and exits. In order to download ARIN TAL, the user must explicitly accept its RPA by typing yes (ignoring case) at stdin.
+Remove the write callback from HTTP download callers, it was unnecessary since every caller did the same thing.
+Update the docs to include the new argument.
14 files changed:
docs/run.md
docs/usage.md
man/fort.8
src/Makefile.am
src/config.c
src/config/init_tals.c [new file with mode: 0644]
src/config/init_tals.h [new file with mode: 0644]
src/http/http.c
src/http/http.h
src/init.c [new file with mode: 0644]
src/init.h [new file with mode: 0644]
src/object/tal.c
src/rrdp/rrdp_parser.c
test/http_test.c