]> git.puffer.fish Git - mirror/frr.git/commit
zebra: add dataplane routing socket 3267/head
authorMark Stapp <mjs@voltanet.io>
Wed, 14 Nov 2018 19:45:30 +0000 (14:45 -0500)
committerMark Stapp <mjs@voltanet.io>
Wed, 21 Nov 2018 15:38:08 +0000 (10:38 -0500)
commit80776aec8147d643ca8aaa99f7320c7f22a70677
treeee07000787c8d6a6756e9d5d349c8efbb9464f7c
parent62b8bb7a1776ea98e5874a4a057617e335a7f77c
zebra: add dataplane routing socket

To avoid conflicts between the zebra main pthread and the
dataplane pthread, use a separate routing socket (on non-netlink
platforms) for dataplane route updates to the OS.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
zebra/kernel_socket.c