mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 20:51:17 +00:00
doc: cleanup the structure a bit
Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
parent
e2a9eb908f
commit
cdfff3e5b5
@ -1,3 +1,11 @@
|
||||
Advanced Topics
|
||||
===============
|
||||
|
||||
.. contents:: Table of contents
|
||||
:local:
|
||||
:backlinks: entry
|
||||
:depth: 1
|
||||
|
||||
Auto-generated CLI commands
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
Architecture
|
||||
============
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
Demos
|
||||
=====
|
||||
|
||||
Transactional CLI
|
||||
-----------------
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
Links
|
||||
=====
|
||||
|
||||
RFCs
|
||||
~~~~
|
||||
|
||||
|
@ -11,11 +11,11 @@ Northbound API
|
||||
transactional-cli
|
||||
retrofitting-configuration-commands
|
||||
operational-data-rpcs-and-notifications
|
||||
plugins-sysrepo
|
||||
advanced-topics
|
||||
yang-tools
|
||||
yang-module-translator
|
||||
demos
|
||||
links
|
||||
plugins-sysrepo
|
||||
ppr-basic-test-topology
|
||||
ppr-mpls-basic-test-topology
|
||||
|
@ -1,3 +1,11 @@
|
||||
Operational Data, RPCs and Notifications
|
||||
========================================
|
||||
|
||||
.. contents:: Table of contents
|
||||
:local:
|
||||
:backlinks: entry
|
||||
:depth: 1
|
||||
|
||||
Operational data
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
Plugins Sysrepo (old)
|
||||
=====================
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
|
@ -1,15 +1,10 @@
|
||||
Table of Contents
|
||||
~~~~~~~~~~~~~~~~~
|
||||
IS-IS PPR Basic
|
||||
===============
|
||||
|
||||
- `Software <#software>`__
|
||||
- `Topology <#topology>`__
|
||||
- `Configuration <#configuration>`__
|
||||
|
||||
- `CLI <#configuration-cli>`__
|
||||
- `YANG <#configuration-yang>`__
|
||||
|
||||
- `Verification - Control Plane <#verification-cplane>`__
|
||||
- `Verification - Forwarding Plane <#verification-fplane>`__
|
||||
.. contents:: Table of contents
|
||||
:local:
|
||||
:backlinks: entry
|
||||
:depth: 2
|
||||
|
||||
Software
|
||||
~~~~~~~~
|
||||
|
@ -1,15 +1,10 @@
|
||||
Table of Contents
|
||||
~~~~~~~~~~~~~~~~~
|
||||
IS-IS PPR Basic MPLS
|
||||
====================
|
||||
|
||||
- `Software <#software>`__
|
||||
- `Topology <#topology>`__
|
||||
- `Configuration <#configuration>`__
|
||||
|
||||
- `CLI <#configuration-cli>`__
|
||||
- `YANG <#configuration-yang>`__
|
||||
|
||||
- `Verification - Control Plane <#verification-cplane>`__
|
||||
- `Verification - Forwarding Plane <#verification-fplane>`__
|
||||
.. contents:: Table of contents
|
||||
:local:
|
||||
:backlinks: entry
|
||||
:depth: 2
|
||||
|
||||
Software
|
||||
~~~~~~~~
|
||||
|
@ -2,7 +2,15 @@
|
||||
.. _nb-retrofit:
|
||||
|
||||
Retrofitting Configuration Commands
|
||||
-----------------------------------
|
||||
===================================
|
||||
|
||||
.. contents:: Table of contents
|
||||
:local:
|
||||
:backlinks: entry
|
||||
:depth: 2
|
||||
|
||||
Retrofitting process
|
||||
--------------------
|
||||
|
||||
This page explains how to convert existing CLI configuration commands to
|
||||
the new northbound model. This documentation is meant to be the primary
|
||||
@ -10,9 +18,6 @@ reference for developers working on the northbound retrofitting process.
|
||||
We’ll show several examples taken from the ripd northbound conversion to
|
||||
illustrate some concepts described herein.
|
||||
|
||||
Retrofitting process
|
||||
--------------------
|
||||
|
||||
Step 1: writing a YANG module
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -1,25 +1,10 @@
|
||||
Table of Contents
|
||||
-----------------
|
||||
Transactional CLI
|
||||
=================
|
||||
|
||||
- `Introduction <#introduction>`__
|
||||
- `Configuration modes <#config-modes>`__
|
||||
- `New commands <#retrofitting-process>`__
|
||||
|
||||
- `commit check <#cmd1>`__
|
||||
- `commit <#cmd2>`__
|
||||
- `discard <#cmd3>`__
|
||||
- `configuration database max-transactions <#cmd4>`__
|
||||
- `configuration load <#cmd5>`__
|
||||
- `rollback configuration <#cmd6>`__
|
||||
- `show configuration candidate <#cmd7>`__
|
||||
- `show configuration compare <#cmd8>`__
|
||||
- `show configuration running <#cmd9>`__
|
||||
- `show configuration transaction <#cmd10>`__
|
||||
- `show yang module <#cmd11>`__
|
||||
- `show yang module-translator <#cmd12>`__
|
||||
- `update <#cmd13>`__
|
||||
- `yang module-translator load <#cmd14>`__
|
||||
- `yang module-translator unload <#cmd15>`__
|
||||
.. contents:: Table of contents
|
||||
:local:
|
||||
:backlinks: entry
|
||||
:depth: 1
|
||||
|
||||
Introduction
|
||||
~~~~~~~~~~~~
|
||||
|
@ -1,11 +1,10 @@
|
||||
Table of Contents
|
||||
-----------------
|
||||
YANG Module Translation
|
||||
=======================
|
||||
|
||||
- `Introduction <#introduction>`__
|
||||
- `Deviation Modules <#deviation-modules>`__
|
||||
- `Translation Tables <#translation-tables>`__
|
||||
- `CLI Demonstration <#cli-demonstration>`__
|
||||
- `Implementation Details <#implementation-details>`__
|
||||
.. contents:: Table of contents
|
||||
:local:
|
||||
:backlinks: entry
|
||||
:depth: 1
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
Yang Tools
|
||||
~~~~~~~~~~
|
||||
==========
|
||||
|
||||
Here's some information about various tools for working with yang
|
||||
models.
|
||||
|
Loading…
Reference in New Issue
Block a user