hi.
I'm looking for a way to import mrt data into bird. I fount two Global options
(mrtdump "filename" & mrtdump protocols all|off|{ states|messages [, ...] }),
but I don't know how to use it... if anyone knows, can you help me?
Thank you very much.
regards,
Ouyang
On Tue, Jan 17, 2017 at 01:00:57PM +0100, Jan Matejka wrote:
> On 01/17/2017 11:03 AM, Tim Weippert wrote:
> > Hi,
> >
> > i currently try to do different includes, based on an variable/define
> > within the config.
> >
> > for example:
> >
> > function test(int asn) {
> >
> > [ do something
Hi Jan,
On Tue, Jan 17, 2017 at 01:00:57PM +0100, Jan Matejka wrote:
> On 01/17/2017 11:03 AM, Tim Weippert wrote:
[ ... ]
> I assume you call this function from a filter. It would mean to resolve
> the filename for every route import/export. This is virtually impossible
> in the current archi
On 01/17/2017 11:03 AM, Tim Weippert wrote:
> Hi,
>
> i currently try to do different includes, based on an variable/define
> within the config.
>
> for example:
>
> function test(int asn) {
>
> [ do something general ]
>
> include "/etc/bird/" . asn . "-special.conf";
>
> }
>
> As this
Hi,
i currently try to do different includes, based on an variable/define
within the config.
for example:
function test(int asn) {
[ do something general ]
include "/etc/bird/" . asn . "-special.conf";
}
As this approach doesn't work, is there currently an possibility to do
such include