From 12caab49c783275fccd2cf2151e4dfd6b8590b43 Mon Sep 17 00:00:00 2001 From: Leo Krueger Date: Sat, 26 Apr 2014 14:07:33 +0200 Subject: [PATCH] Adapt to bird 1.4.x series --- bird.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bird.conf b/bird.conf index f24a74c..2c49f56 100644 --- a/bird.conf +++ b/bird.conf @@ -137,7 +137,7 @@ template bgp locals { accept; }; export where source = RTS_BGP; - gateway direct; + direct; next hop self; };