]> git.proxmox.com Git - mirror_frr.git/commit
ldpd: fix startup on OpenBSD
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 21 Dec 2018 22:59:18 +0000 (20:59 -0200)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 21 Dec 2018 23:00:53 +0000 (21:00 -0200)
commitf43be00b6aa130e515479a95f89f0d103a9b0614
tree38d7044e832368b67e04115ac343e0fa84c25bac
parent7f7651eba7b4db4bf4f17a5157b2001912dad9e4
ldpd: fix startup on OpenBSD

We must open the PF_KEY socket before dropping privileges, otherwise the
socket creation will fail with permission problems.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
ldpd/ldpe.c