1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Implement option to exit after config file parsing.

This commit is contained in:
Ondrej Zajicek
2009-11-19 11:44:17 +01:00
parent 3f9b7bfe9f
commit a4644ed6ab
2 changed files with 13 additions and 2 deletions

View File

@@ -129,7 +129,10 @@ options. The most important ones are:
enable debug messages and run bird in foreground.
<tag>-D <m/filename of debug log/</tag>
log debugging information to given file instead of stderr
log debugging information to given file instead of stderr.
<tag>-p</tag>
just parse the config file and exit.
<tag>-s <m/name of communication socket/</tag>
use given filename for a socket for communications with the client, default is <it/prefix/<file>/var/run/bird.ctl</file>.