howto:network:nftables
Toto je starší verze dokumentu!
nftables
Traffic Shaping with nftables and tc
- deucalion.nft
map deucalion { type ipv4_addr : classid; elements = { 1.1.1.2 : 2:2222, 1.1.1.3 : 3:3333 } } chain input { type filter hook input priority 0; policy accept; meta priority set ip daddr map @deucalion; }
howto/network/nftables.1543438523.txt.gz · Poslední úprava: 2018/11/28 21:55 autor: harvie