ipfw set X table NAME

From: Victor Gamov <vitspec_at_gmail.com>
Date: Mon, 27 Feb 2023 10:00:48 UTC
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?

-- 
CU,
Victor Gamov