Skip to content

Commit

Permalink
[IM] bird2 template - set syslog name
Browse files Browse the repository at this point in the history
When logging to syslog, default name is "bird". Set a name here so we can tell which instance of bird the log came from. (ipv4/ipv6).
  • Loading branch information
listerr authored Sep 20, 2024
1 parent 1aaa633 commit f68b9f4
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 "<?= $t->handle ?>" all;

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

0 comments on commit f68b9f4

Please sign in to comment.