All of lore.kernel.org
 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.