summaryrefslogtreecommitdiffstats
path: root/lib/module.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-15/+13
| | | | | | indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* lib: fix error message to reference FRRJafar Al-Gharaibeh2017-07-121-1/+1
| | | | Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
* lib: Add CLI option --moduledir to override default module location (needed ↵Martin Winter2017-04-211-3/+3
| | | | | | for snap support) Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* lib: dynamic module loadingDavid Lamparter2017-03-241-0/+159
This adds a "-M" option to each daemon, to load dynamic modules at startup. Modules are by default located in /usr/lib/frr/modules (lib64 if appropriate). Unloading or loading at runtime is not supported at this point to keep things simple. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>