profiles/*frr*: fix includes

This commit is contained in:
Jorge Sancho Larraz 2025-01-07 11:39:10 +01:00
parent e20400f10f
commit 045bb7d77e
3 changed files with 5 additions and 1 deletions

View file

@ -59,3 +59,5 @@
# Tests for staticd, bgpd, ospfd # Tests for staticd, bgpd, ospfd
owner /tmp/*.log w, owner /tmp/*.log w,
include if exists <abstractions/frr.d>

View file

@ -21,3 +21,5 @@
/etc/host.conf r, /etc/host.conf r,
/etc/hosts r, /etc/hosts r,
/etc/frr/agentx rw, /etc/frr/agentx rw,
include if exists <abstractions/frr-snmp.d>

View file

@ -24,6 +24,6 @@ profile nhrpd /usr/lib/frr/nhrpd flags=(attach_disconnected) {
@{PROC}/sys/net/ipv4/conf/*/send_redirects w, @{PROC}/sys/net/ipv4/conf/*/send_redirects w,
# Site-specific additions and overrides. See local/README for details. # Site-specific additions and overrides. See local/README for details.
include if exists <local/ngrpd> include if exists <local/nhrpd>
} }