]> git.proxmox.com Git - mirror_frr.git/commit
pathd: don't init PCEP before fork()
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 22 Apr 2021 10:17:42 +0000 (12:17 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 22 Apr 2021 11:24:51 +0000 (13:24 +0200)
commit159246be247fd4332780fcafe5909874ae2c705a
treeabb5e66300075734c2fd7b04c7b9706f525328f5
parentbf645e31f696a42f60fbd5361beefd4ee707b25e
pathd: don't init PCEP before fork()

Turns out the PCEP stuff does not work particularly well if its threads
are ... missing.  Who would've thought?

Reported-by: Erik Kooistra <me@erikkooistra.nl>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
pathd/path_pcep.c