diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-12-07 17:31:48 -0200 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2018-10-27 16:16:12 -0200 | 
| commit | 1c2facd12df7bc27758d7ea674b1e57e401fc234 (patch) | |
| tree | b82aeb06586c2c7b380420ddd484964af915aee1 /doc | |
| parent | 75082dafb5a929b99d89c8f55e6b2da3f4d90100 (diff) | |
lib: introduce new northbound API
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/basic.rst | 4 | ||||
| -rw-r--r-- | doc/user/installation.rst | 4 | 
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/basic.rst b/doc/user/basic.rst index da22bb2f86..8201fdf1b9 100644 --- a/doc/user/basic.rst +++ b/doc/user/basic.rst @@ -478,6 +478,10 @@ These options apply to all |PACKAGE_NAME| daemons.     When initializing the daemon, allow the specification of a default     log level at startup from one of the specified levels. +.. option:: --tcli + +   Enable the transactional CLI mode. +  .. _loadable-module-support:  Loadable Module Support diff --git a/doc/user/installation.rst b/doc/user/installation.rst index da431916ae..59ae5830e1 100644 --- a/doc/user/installation.rst +++ b/doc/user/installation.rst @@ -222,6 +222,10 @@ options from the list below.     the COMMIT (git hash) and TOKEN (codecov upload token) environment variables     be set. +.. option:: --enable-config-rollbacks + +   Build with configuration rollback support. Requires SQLite3. +  You may specify any combination of the above options to the configure  script. By default, the executables are placed in :file:`/usr/local/sbin`  and the configuration files in :file:`/usr/local/etc`. The :file:`/usr/local/`  | 
