<div>Thanks a lot Chriztoffer - will try to make it work.</div><div> </div><div>SY,</div><div>Boris</div><div> </div><div>29.04.2021, 12:31, "Chriztoffer Hansen" <ch@ntrv.dk>:</div><blockquote><p>On Thu, 29 Apr 2021 at 11:09, Борис Хасанов <<a href="mailto:bhassanov@yandex-team.ru" rel="noopener noreferrer">bhassanov@yandex-team.ru</a>> wrote:</p><blockquote> Hopefully I write to the correct list. Sorry for the probably stupid question but I cannot realize the following: PATHD docs says (<a href="http://docs.frrouting.org/en/latest/pathd.html" rel="noopener noreferrer">http://docs.frrouting.org/en/latest/pathd.html</a>)<br /><br /> Configure FRR with the extra parameters:<br /><br /> ` --enable-pcep LDFLAGS="-L${PCEPLIB_ROOT}/install/lib" CPPFLAGS="-I${PCEPLIB_ROOT}/install/include" `<br /><br /> Where should I put that string, to which file? pathd.conf?</blockquote><p><br />When you compile frr from source code add it as an additional<br />parameter to `./configure`.<br /><br />see e.g. <a href="https://docs.frrouting.org/projects/dev-guide/en/latest/building-frr-for-debian9.html#download-source-configure-and-compile-it" rel="noopener noreferrer">https://docs.frrouting.org/projects/dev-guide/en/latest/building-frr-for-debian9.html#download-source-configure-and-compile-it</a><br /> </p><blockquote> How and where can I add that parameter (-M pathd_pcep) to pathd?<br /><br /> To start pathd with pcep support the extra parameter -M pathd_pcep should be passed to the pathd daemon.</blockquote><p><br />goes into the /etc/frr/daemons file<br /><br />pathd_options="-A 127.0.0.1 -M pathd_pcep"</p></blockquote>