Re: [WIKI]-Example: ... rate "over" does not work.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 1 June 2018 at 13:00, support@xxxxxxx <support@xxxxxxx> wrote:
>
>
>         Hello,
>         didn't find anything about my issue in the archive.
>
>         issue:
>         under
> https://wiki.nftables.org/wiki-nftables/index.php/Rate_limiting_matchings
>
>         % nft add rule filter input icmp type echo-request limit rate over
> 10/second drop
>

It works for me here:

table ip t {
    chain c {
        icmp type echo-request limit rate over 10/second drop
        icmp type echo-request limit rate over 10/second drop
    }
}

Make sure you don't make copy & paste errors, the line split you have
in your email led me to the exact same error message.
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux