Bug 41084 - Добавить поддержку nftables
Summary: Добавить поддержку nftables
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: kernel-image-rpi-def (show other bugs)
Version: unstable
Hardware: aarch64 Linux
: P5 enhancement
Assignee: jqt4@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-11 06:37 MSK by Alexei Takaseev
Modified: 2021-12-02 17:50 MSK (History)
14 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexei Takaseev 2021-10-11 06:37:49 MSK
Просьба добавить поддержку nft в ядре, собрав с опциями:

CONFIG_NF_TABLES=m
CONFIG_NF_TABLES_INET=y
CONFIG_NF_TABLES_NETDEV=y
CONFIG_NFT_NUMGEN=m
CONFIG_NFT_CT=m
CONFIG_NFT_COUNTER=m
CONFIG_NFT_CONNLIMIT=m
CONFIG_NFT_LOG=m
CONFIG_NFT_LIMIT=m
CONFIG_NFT_MASQ=m
CONFIG_NFT_REDIR=m
CONFIG_NFT_NAT=m
CONFIG_NFT_TUNNEL=m
CONFIG_NFT_OBJREF=m
CONFIG_NFT_QUEUE=m
CONFIG_NFT_QUOTA=m
CONFIG_NFT_REJECT=m
CONFIG_NFT_REJECT_INET=m
CONFIG_NFT_COMPAT=m
CONFIG_NFT_HASH=m
CONFIG_NFT_XFRM=m
CONFIG_NFT_SOCKET=m
CONFIG_NFT_OSF=m
CONFIG_NFT_TPROXY=m
CONFIG_NFT_SYNPROXY=m
CONFIG_NF_DUP_NETDEV=m
CONFIG_NFT_DUP_NETDEV=m
CONFIG_NFT_FWD_NETDEV=m
# CONFIG_NF_FLOW_TABLE is not set
CONFIG_NF_TABLES_IPV4=y
CONFIG_NFT_REJECT_IPV4=m
# CONFIG_NFT_DUP_IPV4 is not set
# CONFIG_NFT_FIB_IPV4 is not set
# CONFIG_NF_TABLES_ARP is not set
CONFIG_NF_TABLES_IPV6=y
CONFIG_NFT_REJECT_IPV6=m
# CONFIG_NFT_DUP_IPV6 is not set
# CONFIG_NFT_FIB_IPV6 is not set
# CONFIG_NF_TABLES_BRIDGE is not set
Comment 1 Repository Robot 2021-12-02 17:50:25 MSK
kernel-image-rpi-def-1:5.10.81-alt1 -> sisyphus:

 Tue Nov 30 2021 Dmitry Terekhin <jqt4@altlinux> 1:5.10.81-alt1
 - Updated to 5.10.81 (still RPi-specific)
 - https://github.com/raspberrypi/linux.git rpi-5.10.y
 - commit e16e31540935728ce57f22a1de56e8b2da5dd33b
 - CONFIG_NF_TABLES=m
 - Add some NFT modules
 - (closes: 41084)
 - Build for armh is off