]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Fix SLURM issues, and compile warning.
authorpcarana <pc.moreno2099@gmail.com>
Wed, 21 Aug 2019 17:24:49 +0000 (12:24 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Wed, 21 Aug 2019 17:24:49 +0000 (12:24 -0500)
commit0d317eb82236ca6abed50f0f3b3ff4e4145cedb7
tree7b50c42d4839e0a197453dade166d58942081e15
parent540634c14d486dc18c0514eb70de5bac649f81b1
Fix SLURM issues, and compile warning.

-SLURM filters weren't correctly applied when the filter had a prefix and an asn, only the asn was taken into account.
-Another error at filters, if a prefix X covered ROA prefix Y, the ROA prefix wasn't filtered; so apply the filter as specified in RFC 8416.
-Remove compile warning '_BSD_SOURCE and _SVID_SOURCE are deprecated', and set '_DEFAULT_SOURCE' at generated code by asn1c 'GeneralizedTime.c'.
src/address.c
src/address.h
src/asn1/asn1c/GeneralizedTime.c
src/rtr/db/vrp.h
src/slurm/slurm_db.c
src/slurm/slurm_db.h