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:
parent
4108049d1b
commit
f2c4be6614
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ func RoutesNoExport(protocol string) (Parsed, bool) {
|
|||
if ParserConf.PerPeerTables {
|
||||
// Replace prefix
|
||||
protocol = TemplateExpand(
|
||||
ParserConf.PipeProtocolMatch,
|
||||
ParserConf.PeerProtocolMatch,
|
||||
ParserConf.PipeProtocolTemplate,
|
||||
protocol,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue