-
Notifications
You must be signed in to change notification settings - Fork 456
Open
Description
Hi folks,
I'm trying run exabpg 3.x with configuration format like:
process parsed-route-backend {
run /home/ruissalo/exabgp/etc/exabgp/processes/file.py;
encoder json;
}
neighbor 10.30.4.3 {
local-address 10.30.4.2;
local-as 65050;
peer-as 65000;
family bgpls {
bgp-ls;
}
api {
processes [ parsed-route-backend ];
receive {
parsed;
update;
}
}
}
Anyone can educate me on how can I set the log destination as syslog?
thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels