From f2c4be661473f2f8fda0fe937a9a782cff22c22e Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Fri, 14 Jul 2017 15:50:15 +0200 Subject: [PATCH] use PeerProtocolMatch as source --- bird/bird.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bird/bird.go b/bird/bird.go index d3fed95..25a30c5 100644 --- a/bird/bird.go +++ b/bird/bird.go @@ -205,7 +205,7 @@ func RoutesNoExport(protocol string) (Parsed, bool) { if ParserConf.PerPeerTables { // Replace prefix protocol = TemplateExpand( - ParserConf.PipeProtocolMatch, + ParserConf.PeerProtocolMatch, ParserConf.PipeProtocolTemplate, protocol, )