On Sat, Apr 09, 2022 at 04:13:53PM +0200, Cédric Martínez Campos wrote: > Hi, there! > > In one of the basic examples of ebtable's documentation, "Speeding up > traffic destinated to the bridge itself", it is suggested to issue the > command Where is this documentation? If you could point to the URI, I can update it and remove it. > # ebtables -t broute \ > -A BROUTING \ > -d $MAC_OF_BR0 \ > -p ipv4 \ > -j redirect \ > --redirect-target DROP > > This however returns the error > > ebtables: No chain/target/match by that name > > > I guess it is because there is no chain called BROUTING. Is this > really necessary? In such a case, how could I solve this? What is your usecase? Or maybe you just found that documentation and you added this rule?