The last option in a rule will tell when the rule was last hit. This was added in nftables 1.0.7
table ip x {
chain y {
[...]
ip protocol icmp last used 49m54s884ms counter packets 1 bytes 64
}
}The last option in a rule will tell when the rule was last hit. This was added in nftables 1.0.7
table ip x {
chain y {
[...]
ip protocol icmp last used 49m54s884ms counter packets 1 bytes 64
}
}