Page MenuHomeVyOS Platform

firewall: add `last` rule option
Closed, ResolvedPublicFEATURE REQUEST

Description

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
	}
 }

Details

Version
-
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)