<div dir="ltr">Is there any way in BIRD to sync the routing table directly with userspace instead of the OS kernel? We are managing forwarding tables in a userspace (DPDK) application instead of the kernel and want to avoid duplicating the table in both.<br><br>I see a possible way of doing this with a patch to set `nl_pid` in nl_send() inside of sysdep/linux/netlink.c. But has anyone used BIRD for this use case before?<br></div>