Linux Netfilter discussions
 help / color / mirror / Atom feed
* query re dynamic set and limiting
@ 2020-04-17  9:38 James Bond
  2020-04-22  5:01 ` Trent W. Buck
  0 siblings, 1 reply; 2+ messages in thread
From: James Bond @ 2020-04-17  9:38 UTC (permalink / raw)
  To: netfilter

Hi

Could you please tell me the difference between following 2 rules:
rule#1
nft add rule my_filter_table my_input_chain tcp dport 22 add
@my_ssh_meter { ip saddr limit rate 10/second } accept

rule#2
nft add rule my_filter_table my_input_chain tcp dport 22 add
@my_ssh_meter { ip saddr } limit rate 10/second accept


Kind regards

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-22  5:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-17  9:38 query re dynamic set and limiting James Bond
2020-04-22  5:01 ` Trent W. Buck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox