summaryrefslogtreecommitdiff
path: root/doc/developer/building-frr-for-netbsd7.rst
AgeCommit message (Collapse)Author
2024-01-27build: update packaging & docs for dir changesDavid Lamparter
`--sysconfdir` and `--localstatedir` now align with general autoconf practices. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2023-03-21doc: Add documentation for MGMT daemonPushpasis Sarkar
This commit adds user documentation for the new MGMT daemon and new FRR Management Framework. Co-authored-by: Yash Ranjan <ranjany@vmware.com> Co-authored-by: Abhinay Ramesh <rabhinay@vmware.com> Co-authored-by: Ujwal P <ujwalp@vmware.com> Signed-off-by: Pushpasis Sarkar <pushpasis@gmail.com>
2021-06-24build: remove --enable-exampledirDavid Lamparter
This is no longer used with the recent config example removal. Signed-off-by: David Lamparter <equinox@diac24.net>
2019-06-04build: refactor & revamp python autoconf logicDavid Lamparter
Signed-off-by: David Lamparter <equinox@diac24.net>
2019-03-29doc: remove unneeded build depsQuentin Young
Remove the following: * gawk * dejagnu Add the following for FreeBSD 9 and OpenBSD 6: * libexecinfo Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-10-27doc: add build instructions for libyangRenato Westphal
These instructions are intended to be temporary until we have libyang packages available for all supported platforms. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
2018-10-10doc: simplify build instructionsRenato Westphal
Remove all --enable-xxx configuration flags for features that are enabled by default. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
2018-08-31doc: rename building_frr_on* -> building_frr_for*Quentin Young
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>