Hi,
Using OSPF, when receiving some routes from a network interface, by default
all routes will be re-advertised to other interfaces within the same area
without applying the filter rules.
Say in the below example.
===
protocol ospf myospf {
table t_ospf;
import filter ifilter;
Am 25.01.2017 um 14:35 schrieb Ondrej Zajicek:
> On Tue, Jan 24, 2017 at 03:31:00PM +0100, Robert Sander wrote:
>> Bummer. How do I apply a filter for a prefix from multiple protocols?
>
> Not sure what you want. Do you mean filter in route export?
Yes.
> In BGP, you could use 'add path' capabi
Never mind,
Apparently I just needed to allow OSPF packets in iptables. It's working
now.
On 01/25/2017 11:40 PM, Dean wrote:
Hello,
I'm trying to setup OSPF to run between docker containers, and I have
connected three containers to a bridge using veth interfaces.
However, each container c
Little bump,
As a workaround I'm now just using a loop using a jinja template to generate
multiple community lists each with
1 less community which I then simply check per route. This works swimmingly,
but it just feels like a cheat.
Regards,
Stefan
On 23.01.2017 17:34, Stefan Plug wrote:
>