On Tue, Dec 10, 2019 at 10:09:06PM +0100, wax xitau wrote:
> Hi,
>
> Prefixes sent over a eBGP session are getting rejected "by protocol" as can
> be seen in the logs below.
> The prefixes are "added" and then get "rejected" by protocol.
Hi
This 'rejected by protocol' is completely harmless. Th
Because in kernel protocol you shall write export filter. Also overlooked this
at the first sight.
To accept routes from bgp to table, you write import filter, to send routes
from table to kernel, you write export filter. The import/export semantics is
table-centric.
Maria
On December 10, 201