Extract addr-policy parsing code.
commit35db3f8162f132cec7afc148eda8f7482dbeeb76
authorNick Mathewson <nickm@torproject.org>
Mon, 1 Oct 2018 16:08:09 +0000 (1 11:08 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 1 Oct 2018 16:17:19 +0000 (1 11:17 -0500)
tree7c00b06286d5c75f5ab5d854a201031c7e7a0f9a
parent95e2eb9083d2cd9c79c3f4151850c86cbeaf4cc4
Extract addr-policy parsing code.
src/core/include.am
src/core/or/policies.c
src/feature/dirparse/parsecommon.c
src/feature/dirparse/parsecommon.h
src/feature/dirparse/policy_parse.c [new file with mode: 0644]
src/feature/dirparse/policy_parse.h [new file with mode: 0644]
src/feature/dirparse/routerparse.c
src/feature/dirparse/routerparse.h
src/feature/nodelist/routerset.c
src/test/test_policy.c
src/test/test_routerset.c