Re: ipfw set X table NAME
- In reply to: Herbert J. Skuhra: "Re: ipfw set X table NAME"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Feb 2023 19:48:15 UTC
On Mon, 27 Feb 2023 at 13:15, Herbert J. Skuhra <herbert@gojira.at> wrote: > On Mon, Feb 27, 2023 at 01:00:48PM +0300, Victor Gamov wrote: > > Hi All > > > > On my FreeBSD 13.1-STABLE #0 stable/13-n253133-b51ee7ac252c I try to > create > > table with the same name at different sets: > > ===== > > $ ipfw set 0 table AAA create type addr > > $ ipfw set 1 table AAA create type addr > > ipfw: Table creation failed: File exists > > ===== > > > > Is it possible to create table with the same name at different sets or > > tables are global? > > Have you checked ipfw(8)? > Section "Lookup tables" and "Sets of Rules"? > Does it work if you set net.inet.ip.fw.tables_sets=1? > Herbert, thank you so much! With net.inet.ip.fw.tables_sets=1 it works as expected. Thank you! -- CU, Victor Gamov