diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-01-08 07:15:37 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-08 07:15:37 -0500 | 
| commit | bcbc98b0b9a8d33d6aea3b845ed08ce237245b47 (patch) | |
| tree | bf3d981b2bd3ad37a455f5c7688823f6c016b11a /doc/user/installation.rst | |
| parent | d91df4d7b71834156a51374dd76b74f2d6409b5b (diff) | |
| parent | fc539216ceb43f114e39cb25b34e312c28ca08ae (diff) | |
Merge pull request #10242 from anlancs/fix-service-time
build: add "--with-service-timeout" in configure.ac
Diffstat (limited to 'doc/user/installation.rst')
| -rw-r--r-- | doc/user/installation.rst | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/installation.rst b/doc/user/installation.rst index 88833d6ef0..b24a9fb471 100644 --- a/doc/user/installation.rst +++ b/doc/user/installation.rst @@ -273,6 +273,13 @@ options from the list below.     Build with FPM module support. +.. option:: --with-service-timeout=X + +   Set timeout value for FRR service. The time of restarting or reloading FRR +   service should not exceed this value. This number can be from 0-999. +   Additionally if this parameter is not passed or setting X = 0, FRR will take +   default value: 2 minutes. +  .. option:: --enable-numeric-version     Alpine Linux does not allow non-numeric characters in the version string.  | 
