diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2022-11-21 20:04:24 +0100 | 
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2022-11-21 20:04:24 +0100 | 
| commit | b0db3467f4440b3136d404b903ca014b65ab4bc2 (patch) | |
| tree | 3489e7bf08adf5217179f73ce9a9e98b9b3463a4 | |
| parent | 9d44fb97a1c937f8ddf64fa8593cd209e2aa4449 (diff) | |
redhat: Enable pim6d build by default
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| -rw-r--r-- | redhat/frr.spec.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index afe75e1f26..71e62bf769 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -24,7 +24,7 @@  %{!?with_pam:           %global  with_pam           0 }  %{!?with_pbrd:          %global  with_pbrd          1 }  %{!?with_pimd:          %global  with_pimd          1 } -%{!?with_pim6d:         %global  with_pim6d         0 } +%{!?with_pim6d:         %global  with_pim6d         1 }  %{!?with_vrrpd:         %global  with_vrrpd         1 }  %{!?with_rtadv:         %global  with_rtadv         1 }  %{!?with_watchfrr:      %global  with_watchfrr      1 }  | 
