diff --git a/strongswan.spec b/strongswan.spec index c3b0995..a227260 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -365,6 +365,7 @@ autoreconf --force --install --enable-ldap \ --enable-soup \ --enable-curl \ + --enable-bypass-lan \ --disable-static make %{?_smp_mflags} @@ -713,6 +714,7 @@ fi %config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/xauth-generic.conf %config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/xauth-pam.conf %config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/xcbc.conf +%config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/bypass-lan.conf %dir %{strongswan_libdir} %if %{with integrity} %{strongswan_libdir}/libchecksum.so @@ -828,6 +830,7 @@ fi %{strongswan_plugins}/libstrongswan-xcbc.so %{strongswan_plugins}/libstrongswan-curve25519.so %{strongswan_plugins}/libstrongswan-vici.so +%{strongswan_plugins}/libstrongswan-bypass-lan.so %dir %{strongswan_datadir} %dir %{strongswan_templates} %dir %{strongswan_templates}/config @@ -933,6 +936,7 @@ fi %{strongswan_templates}/config/plugins/xcbc.conf %{strongswan_templates}/config/plugins/curve25519.conf %{strongswan_templates}/config/plugins/vici.conf +%{strongswan_templates}/config/plugins/bypass-lan.conf %if %{with systemd} %{strongswan_templates}/config/strongswan.d/charon-systemd.conf %endif