diff options
| author | David Lamparter <equinox@diac24.net> | 2019-12-04 04:18:12 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-12-11 11:40:47 +0100 | 
| commit | d621815a0e1d8649234222ea60c968dd0d4e0308 (patch) | |
| tree | 94320640f682ae6f643e22df790a442c145cc85a /redhat | |
| parent | 7d708d3c01619cf771415988b7c14437f702bb63 (diff) | |
zebra: create zebra_cumulus_mlag module
This is pretty much just to get rid of the HAVE_CUMULUS.  The
hook/module API is as "wtf" as it was before...
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'redhat')
| -rw-r--r-- | redhat/frr.spec.in | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index b3f9ac7630..1a374ba26b 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -633,6 +633,7 @@ fi  %if %{with_rpki}      %{_libdir}/frr/modules/bgpd_rpki.so  %endif +%{_libdir}/frr/modules/zebra_cumulus_mlag.so  %{_libdir}/frr/modules/zebra_irdp.so  %{_libdir}/frr/modules/bgpd_bmp.so  %{_bindir}/*  | 
