Hi, On Thu, Sep 05, Sander Klein wrote: > I was looking at implementing rate limiting in our setup. But, since we are > handling both IPv4 and IPv6 in the same frontends and backends, I was > wondering how I could do that. > > AFAIK a stick table is either IPv4 or IPv6 and you can only have one stick > table per frontend or backend. > > Is there a way to do this without splitting up the frontends and backends > based on the IP version?
Are you going to use src address as stick table key ? If you use ipv6 stick table (type ipv6) then ipv4 addresses are stored as ipv4 mapped ipv6 addresses (::ffff:127.0.0.1). -Jarno -- Jarno Huuskonen

