mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-02 18:23:15 +00:00
Changes:
* Let the package builder scripts know that we have a new module that
needs to be taken care of.
* Include the frr atomic header to avoid undeclared atomic operations.
* Disable build on *BSDs because the code is using some zebra netlink
functions only available for Linux.
* Move data plane FPM module outside old FPM automake definition.
* Fix atomic usage for Ubuntu 14.04 (always use explicit).
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
21 lines
506 B
Plaintext
21 lines
506 B
Plaintext
etc/
|
|
usr/bin/vtysh
|
|
usr/bin/mtracebis
|
|
usr/lib/*/frr/libfrr.*
|
|
usr/lib/*/frr/libfrrcares.*
|
|
usr/lib/*/frr/libfrrospfapiclient.*
|
|
usr/lib/frr/*.sh
|
|
usr/lib/frr/*d
|
|
usr/lib/frr/watchfrr
|
|
usr/lib/frr/zebra
|
|
usr/lib/*/frr/modules/zebra_cumulus_mlag.so
|
|
usr/lib/*/frr/modules/dplane_fpm_nl.so
|
|
usr/lib/*/frr/modules/zebra_irdp.so
|
|
usr/lib/*/frr/modules/zebra_fpm.so
|
|
usr/lib/*/frr/modules/bgpd_bmp.so
|
|
usr/share/doc/frr/examples
|
|
usr/share/man/
|
|
usr/share/yang/
|
|
tools/frr-reload usr/lib/frr/
|
|
debian/frr.conf usr/lib/tmpfiles.d
|