On Mon, Mar 13, 2023 at 10:51:52AM +0100, Daniel Gröber wrote:
> So that's a good start and then you just need to add filters to get the
> prefixes in:
> 
>     redistribute local deny
>     redistribute ip fd5e:ef07:ec1a::/48 #< Site A ULA prefix
>     redistribute ip 2000::/3            #< Site X GUA prefixes

Argh, forgot an `allow` statement at the end. That should be:

    redistribute local deny
    redistribute ip fd5e:ef07:ec1a::/48 allow #< Site A ULA prefix
    redistribute ip 2000::/3 allow            #< Site X GUA prefixes

--Daniel

_______________________________________________
Babel-users mailing list
Babel-users@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users

Reply via email to