how to specify pid file ? (for newsyslog)

2018-02-14 Thread Илья Шипицин
hi, on freebsd I need to specify pid file in order to send a signal to rotate log: /etc/newsyslog.conf: /var/log/bird.log 600 7 100 @0101T JC /var/run/bird.pid SIGHUP ... is there a way to write a pid to file ? I haven't found any Cheers, Ilya Shipitsin

Re: what is this ( graceful restart on) does??

2018-02-14 Thread Job Snijders
On Wed, Feb 14, 2018 at 07:51:05PM +, ABBAS, KASHIF wrote: > Need to understand what is the functionality of graceful restart…. > Can anybody please explain this graceful restart feature working in > BIRD.. https://tools.ietf.org/html/rfc4724 Kind regards, Job

what is this ( graceful restart on) does??

2018-02-14 Thread ABBAS, KASHIF
Need to understand what is the functionality of graceful restart…. Can anybody please explain this graceful restart feature working in BIRD.. Thanks, Kashif Abbas From: Bird-users [mailto:bird-users-boun...@network.cz] On Behalf Of Michael Wayne Sent: Wednesday, February 14, 2018 1:21 PM

Re: Howto bind BGP to single interface?

2018-02-14 Thread Ondrej Zajicek
On Wed, Feb 14, 2018 at 01:20:59PM -0500, Michael Wayne wrote: > Trying to determine what is wrong with "strict bind yes;" under "protocol > bgp". The docs suggest that my syntax is correct. > > protocol bgp vultr { > local as 1234; > source address 111.22.33.44; > #

Re: Howto bind BGP to single interface?

2018-02-14 Thread Michael McConnell
Err. scratch my previous example. The usage in the doc. example is; protocol bgp { local 192.168.11.1 as 1000; neighbor 192.168.11.2 as 2000; # local 192.168.1.1 as 1000; # neighbor 192.168.2.1 as 2000; # multihop; # rr client; # strict bind; #

Howto bind BGP to single interface?

2018-02-14 Thread Michael Wayne
Trying to determine what is wrong with "strict bind yes;" under "protocol bgp". The docs suggest that my syntax is correct. protocol bgp vultr { local as 1234; source address 111.22.33.44; # strict bind yes; # Fails if uncommented import filter accept_all;