<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>60357</bug_id>
          
          <creation_ts>2026-09-02 10:03:15 +0300</creation_ts>
          <short_desc>pve-firewall: ошибка &quot;The kernel doesn&apos;t support the ebtables&quot; на ядре 6.18</short_desc>
          <delta_ts>2026-09-03 09:45:29 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>pve-firewall</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Vladimir Meshcheryakov">meshcheryakovvp</reporter>
          <assigned_to name="Ivan A. Melnikov">iv</assigned_to>
          <cc>a1exak2377</cc>
    
    <cc>andy</cc>
    
    <cc>darisishe</cc>
    
    <cc>kolesnikovaj</cc>
    
    <cc>rider</cc>
    
    <cc>shaba</cc>
    
    <cc>shrek</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>294398</commentid>
    <comment_count>0</comment_count>
    <who name="Vladimir Meshcheryakov">meshcheryakovvp</who>
    <bug_when>2026-09-02 10:03:15 +0300</bug_when>
    <thetext>Дистрибутив:
virtualization-pve-11.0-x86_64.iso

Версии пакетов:
pve-firewall-6.0.5-alt2.x86_64

Ядро:
6.18.44-6.18-alt1

Шаги:
Развернуть рабочий кластер PVE (включая запущенную службу pve-firewall).
Обновить ядро на версию 6.18:
update-kernel -t 6.18
Перезагрузить узел.
Проверить системный журнал:
journalctl -f -u pve-firewall --no-pager

Результат:
pve-firewall[1201]: status update error: ebtables_restore_cmdlist: The kernel doesn&apos;t support the ebtables &apos;filter&apos; table.

При ручном создании линков ошибка не воспроизводится:
apt-get install iptables-nft

ln -sfn ebtables-nft /sbin/ebtables
ln -sfn ebtables-nft-restore /sbin/ebtables-restore

ln -sfn ebtables-nft /usr/sbin/ebtables
ln -sfn ebtables-nft-restore /usr/sbin/ebtables-restore</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>294555</commentid>
    <comment_count>1</comment_count>
    <who name="A1exaAK">a1exak2377</who>
    <bug_when>2026-09-02 17:26:18 +0300</bug_when>
    <thetext>Подтверждаю, после обновления на ядро 6.18.44 получил:
Sep 02 17:19:16 pve pve-firewall[1328]: status update error: ebtables_restore_cmdlist: The kernel doesn&apos;t support the ebtables &apos;filter&apos; table.

После манипуляций указанных выше все прошло.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>294654</commentid>
    <comment_count>2</comment_count>
    <who name="Anton Farygin">rider</who>
    <bug_when>2026-09-02 19:50:53 +0300</bug_when>
    <thetext>CONFIG_BRIDGE_NF_EBTABLES_LEGACY=m вернёт старое поведение, апстрим выключил эту опцию по умолчанию.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>294655</commentid>
    <comment_count>3</comment_count>
    <who name="Anton Farygin">rider</who>
    <bug_when>2026-09-02 19:52:17 +0300</bug_when>
    <thetext>мало ли где ещё вылезет legacy интерфейс к ebtables.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>294657</commentid>
    <comment_count>4</comment_count>
    <who name="Anton Farygin">rider</who>
    <bug_when>2026-09-02 19:55:21 +0300</bug_when>
    <thetext>Пользовательская сторона (pve-firewall зовёт legacy ebtables-restore, iptables-nft в зависимостях нет, alternatives на ALT нет) заведена отдельно:

https://bugzilla.altlinux.org/60373

Там: Requires iptables-nft и вызов ebtables-nft-restore / ebtables-nft-save.

Эта ошибка — про ядро 6.18: CONFIG_BRIDGE_NF_EBTABLES_LEGACY не включён, legacy-таблица filter отсутствует. XTABLES_LEGACY для iptables уже включили, ebtables — нет.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>294710</commentid>
    <comment_count>5</comment_count>
    <who name="A1exaAK">a1exak2377</who>
    <bug_when>2026-09-02 20:39:45 +0300</bug_when>
    <thetext>(Ответ для Anton Farygin на комментарий #4)
&gt; Пользовательская сторона (pve-firewall зовёт legacy ebtables-restore,
&gt; iptables-nft в зависимостях нет, alternatives на ALT нет) заведена отдельно:
&gt; 
&gt; https://bugzilla.altlinux.org/60373
&gt; 
&gt; Там: Requires iptables-nft и вызов ebtables-nft-restore / ebtables-nft-save.
&gt; 
&gt; Эта ошибка — про ядро 6.18: CONFIG_BRIDGE_NF_EBTABLES_LEGACY не включён,
&gt; legacy-таблица filter отсутствует. XTABLES_LEGACY для iptables уже включили,
&gt; ebtables — нет.

Пока юзать обход?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>294873</commentid>
    <comment_count>6</comment_count>
    <who name="Колесников Алексей Юрьевич">kolesnikovaj</who>
    <bug_when>2026-09-03 09:45:29 +0300</bug_when>
    <thetext>Стенд:
 Alt Linux Server 11.1 обновленный до Сизиф

Версия пакета:
 pve-firewall-6.0.5-alt3.x86_64

Проверялось в Сизиф, ошибка воспроизводится.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>