小编mau*_*cev的帖子

如何在 nftables 中记录策略丢弃的数据包?

我有一个在输入链中丢弃数据包的策略

        chain input {
                type filter hook input priority 0; policy drop;
Run Code Online (Sandbox Code Playgroud)

我怎样才能只记录这些丢弃的数据包?

linux-networking nftables

6
推荐指数
2
解决办法
1万
查看次数

标签 统计

linux-networking ×1

nftables ×1