summaryrefslogtreecommitdiff
path: root/lib/filter.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2017-02-01 09:51:54 -0200
committerRenato Westphal <renato@opensourcerouting.org>2017-02-01 21:55:47 -0200
commit28e8294caa010c246bccbff308cb2118b7d52bdb (patch)
tree420b6245cc9d0d869b94d8b183d267e9b6241819 /lib/filter.c
parentbe54d7449aebd657e378016a1228ec1b006936cc (diff)
ldpd: add synchronous IPC channels
By default all ldpd interprocess communication is asynchronous (non-blocking socketpairs). Under some circumstances, however, we'll need synchronous IPC as well. Examples: * the lde child process requesting labels to zebra (through the parent process); * apply an access-list on a given IP prefix (ACLs are only available in the parent process). This patch only adds the necessary infrastructure to allow the child processes to make synchronous requests to the parent process. Later patches will make use of this new infrastructure. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/filter.c')
0 files changed, 0 insertions, 0 deletions