Skip to content

Commit

Permalink
doc: fix a type and more clarifications
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 b44ed4a commit 1f4b241
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions doc/developer/northbound/plugins-sysrepo.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Plugins Sysrepo
==================
===============

Installation
------------
Expand Down Expand Up @@ -99,7 +99,7 @@ to keep ``--enable-sysrepo`` option:
Initialization
--------------

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

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

.. code-block:: console
sudo /usr/lib/frr/isisd -M sysrepo --log stdout
Any module running with ``-M sysrepo`` will subscribe to frr moduels
on sysrepo and you be able to configure it by editing its yang module
configuration on sysrepo.
Any daemon running with ``-M sysrepo`` will subscribe to its frr yang moduels
on sysrepo and you be able to configure it by editing module configuration on sysrepo.

Managing the configuration
--------------------------
Expand Down Expand Up @@ -178,11 +177,9 @@ After that, this configuration should get reflected to vtysh:
frr defaults traditional
hostname bullseye
!
router isis testnet2
router isis testnet
is-type level-1
exit
!
end
Expand All @@ -192,4 +189,3 @@ 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 1f4b241

Please sign in to comment.