1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

use PeerProtocolMatch as source

This commit is contained in:
Matthias Hannig 2017-07-14 15:50:15 +02:00
parent 4108049d1b
commit f2c4be6614

View file

@ -205,7 +205,7 @@ func RoutesNoExport(protocol string) (Parsed, bool) {
if ParserConf.PerPeerTables {
// Replace prefix
protocol = TemplateExpand(
ParserConf.PipeProtocolMatch,
ParserConf.PeerProtocolMatch,
ParserConf.PipeProtocolTemplate,
protocol,
)