Skip to content

Commit

Permalink
[IM] bird2 template - set name for syslog
Browse files Browse the repository at this point in the history
Set a name for syslog to distinguish which instance of bird is logging (e.g. ipv4 or ipv6).
  • Loading branch information
listerr authored Sep 20, 2024
1 parent 1aaa633 commit b8e469e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/api/v4/router/server/bird2/header.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@


log "/var/log/bird/<?= $t->handle ?>.log" all;
log syslog all;
log syslog name "bird-<?= $t->handle ?>" all;

define routeserverasn = <?= $t->router->asn ?>;
define routeserveraddress = <?= $t->router->peering_ip ?>;
Expand Down

0 comments on commit b8e469e

Please sign in to comment.