On Tue, Apr 04, 2023 at 11:45:44AM +0200, Florian Westphal wrote: [...] > --- a/iptables/ebtables-nft.8 > +++ b/iptables/ebtables-nft.8 [...] > @@ -93,17 +96,13 @@ For the extension targets please refer to the > .B "TARGET EXTENSIONS" > section of this man page. > .SS TABLES > -As stated earlier, there are two ebtables tables in the Linux > -kernel. The table names are > -.BR filter " and " nat . > -Of these two tables, > +As stated earlier, the table names are > +.BR filter ", " nat " and " broute . > +Of these tables, > the filter table is the default table that the command operates on. > -If you are working with the filter table, then you can drop the '-t filter' > -argument to the ebtables command. However, you will need to provide > -the -t argument for > -.B nat > -table. Moreover, the -t argument must be the > -first argument on the ebtables command line, if used. > +If you are working with the a table other than filter, you will need to provide Typo here ("the a" -> "a"). Also this patch broke iptables/tests/shell/testcases/ebtables/0001-ebtables-basic_0 ("broute" table name did not fail anymore, so nothing serious). Folded both fixes into this commit, then applied the series. Thanks for working on it!