Adapt to bird 1.4.x series

This commit is contained in:
Leo Krueger 2014-04-26 14:07:33 +02:00
parent 076927ec9a
commit 12caab49c7

View file

@ -137,7 +137,7 @@ template bgp locals {
accept; accept;
}; };
export where source = RTS_BGP; export where source = RTS_BGP;
gateway direct; direct;
next hop self; next hop self;
}; };