mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 11:30:30 +00:00
redhat: Fix fallout from PR722 (accidently disabled PIMd on non-Redhat systems)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
851135a446
commit
9e631cc410
@ -67,8 +67,8 @@
|
|||||||
#### Check for RedHat 6.x or CentOS 6.x - they are too old to support PIM.
|
#### Check for RedHat 6.x or CentOS 6.x - they are too old to support PIM.
|
||||||
#### Always disable it on these old systems unconditionally
|
#### Always disable it on these old systems unconditionally
|
||||||
#
|
#
|
||||||
# if CentOS 6 / RedHat 6, then disable PIMd
|
# if CentOS / RedHat and version < 7, then disable PIMd (too old, won't work)
|
||||||
%if 0%{?rhel} < 7
|
%if 0%{?rhel} && 0%{?rhel} < 7
|
||||||
%global with_pimd 0
|
%global with_pimd 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user