]> git.puffer.fish Git - mirror/frr.git/commit
ldpd: set `frr_is_after_fork` in lde/ldpe 8534/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 23 Apr 2021 13:17:07 +0000 (15:17 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 23 Apr 2021 13:17:07 +0000 (15:17 +0200)
commitadf8924df66f9249e1294eee365cdebf17c897d4
tree17e9c010b3d1742393e488c622a534285f4f3958
parent38554d3ae6c4ea553fd4e9ab2185c0d79f1144f7
ldpd: set `frr_is_after_fork` in lde/ldpe

These subprocesses don't use frr_config_fork(), so frr_is_after_fork is
never set.  While the frr_pthread stuff isn't currently used there, set
the flag anyway to avoid future headaches.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
ldpd/lde.c
ldpd/ldpe.c