On Sat, Sep 07, 2019 at 08:30:22PM +0200, Fernando Fernandez Mancera wrote: > Add support for "synproxy" stateful object. For example (for TCP port 80 and > using maps with saddr): > > table ip foo { > synproxy https-synproxy { > synproxy mss 1460 wscale 7 timestamp sack-perm > } Please, update syntax, so this looks like: synproxy https-synproxy { mss 1460 wscale 7 timestamp sack-perm } One option per line. Thanks!