diff options
author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2019-07-09 16:59:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-09 16:59:17 +0200 |
commit | 7bc33bcc1996b554328792d80a8e5557ccaba6f5 (patch) | |
tree | 9666c3d7f95fd4246b9ff6248994973cdaef38f7 /doc/user | |
parent | Merge pull request #4655 from qlyoung/fix-vrrp-iface-del-infiniteloop (diff) | |
parent | lib: use flag from new libyang version to simplify the code (diff) | |
download | frr-7bc33bcc1996b554328792d80a8e5557ccaba6f5.tar.xz frr-7bc33bcc1996b554328792d80a8e5557ccaba6f5.zip |
Merge pull request #4088 from opensourcerouting/bump-libyang-requirement-vers
build, lib: bump libyang requirement version to >= 0.16.105 (-r3)
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/installation.rst | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/user/installation.rst b/doc/user/installation.rst index 64949fc8e..b45c83ca1 100644 --- a/doc/user/installation.rst +++ b/doc/user/installation.rst @@ -331,22 +331,6 @@ options to the configuration script. Look for YANG modules in `dir` [`prefix`/share/yang]. Note that the FRR YANG modules will be installed here. -.. option:: --with-libyang-pluginsdir <dir> - - Look for libyang plugins in `dir` [`prefix`/lib/frr/libyang_plugins]. - Note that the FRR libyang plugins will be installed here. - - This option is meaningless with libyang 0.16.74 or newer and will be - removed once support for older libyang versions is dropped. - -When it's desired to run FRR without installing it in the system, it's possible -to configure it as follows to look for YANG modules and libyang plugins in the -compile directory: -.. code-block:: shell - - ./configure --with-libyang-pluginsdir="`pwd`/yang/libyang_plugins/.libs" \ - --with-yangmodelsdir="`pwd`/yang" - Python dependency, documentation and tests ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |