Doesn't this rule say to accept?maybe unintuitive.
for BGP the default is to accept all routes, but for filters the default is to reject all routes.
when you did not set a filter yet for the BGP connection, it will by default receive and send everything, but as soon as you set a filter it will by default reject everything.
if you want to accept all even with a filter set, create that filter with rule="accept"
add chain=bgp-out comment="Management Network" disabled=no rule="if ( dst==172.16.0.0/22) { accept }"
Statistics: Posted by HamRadio — Tue Feb 20, 2024 5:58 pm