Skip to content

Commit

Permalink
doc: fix type and mention netopeer2 for netconf
Browse files Browse the repository at this point in the history
Signed-off-by: adaraiseh <[email protected]>
  • Loading branch information
adaraiseh authored Jan 29, 2024
1 parent 6126271 commit b44ed4a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions doc/developer/northbound/plugins-sysrepo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ to keep ``--enable-sysrepo`` option:
Initialization
--------------

Install the FRR YANG modules in the Sysrepo datastore:
Install FRR YANG modules in the Sysrepo datastore:

.. code-block:: console
Expand All @@ -121,7 +121,7 @@ Install the FRR YANG modules in the Sysrepo datastore:
sudo sysrepoctl -i ./ietf/frr-deviations-ietf-interfaces.yang -o frr -g frr
Start the FRR daemons with the sysrepo module:
Start FRR daemons with sysrepo module:

.. code-block:: console
Expand All @@ -134,6 +134,9 @@ configuration on sysrepo.
Managing the configuration
--------------------------

Testing
^^^^^^^

To test FRR intergartion with sysrepo, ``sysrepocfg`` tool can be used
to edit frr configuration on sysrepo

Expand Down Expand Up @@ -178,6 +181,15 @@ After that, this configuration should get reflected to vtysh:
router isis testnet2
is-type level-1
exit
!
end
NETCONF
^^^^^^^

To manage sysrepo configuration through netconf
you can use `netopeer2 <https://github.com/CESNET/netopeer2>`_ as a netfconf server that can
be easily integrated with sysrepo.

0 comments on commit b44ed4a

Please sign in to comment.