updated startup description

This commit is contained in:
Olof Hagsand 2019-02-26 13:40:34 +01:00
parent 91e92565d2
commit fb8a1b282c

View file

@ -178,24 +178,25 @@ and then copy/commit it via CLI, Netconf or Restconf.
This section contains non-formal "flowcharts" showing the dynamics of This section contains non-formal "flowcharts" showing the dynamics of
the configuration databases in the startup phase. the configuration databases in the startup phase.
Starting in init mode: The flowchart starts in one of the the modes (non, init, startup, running):
Starting in init mode:
``` ```
reset reset
running |--------+------------> running |--------+------------> GOTO EXTRA XML
``` ```
Starting in init running mode: Start in running mode:
``` ```
running ----+ running ----+
\ copy \ copy
startup +------------> GOTO STARTUP startup +------------> GOTO STARTUP
``` ```
Starting in init startup mode: Starting in startup mode:
``` ```
reset reset
running |--------+------------> GOTO SYSTEM UP running |--------+------------> GOTO EXTRA XML
parse validate OK / commit parse validate OK / commit
startup -------+--+-------+------------+ startup -------+--+-------+------------+
``` ```
@ -204,19 +205,19 @@ If validation of startup fails:
``` ```
failsafe ----------------------+ failsafe ----------------------+
reset \ commit reset \ commit
running |-------+---------------> GOTO SYSTEM UP running |-------+---------------> GOTO EXTRA XML
parse validate fail parse validate fail
startup ---+-------------------------------------> INVALID XML startup ---+-------------------------------------> INVALID XML
``` ```
Load extra XML: Load EXTRA XML:
``` ```
running -----------------+----+------> GOTO UP running -----------------+----+------> GOTO SYSTEM UP
reset loadfile / merge reset loadfile / merge
tmp |-------+-----+-----+ tmp |-------+-----+-----+
``` ```
System up: SYSTEM UP:
``` ```
running ----+-----------------------> RUNNING running ----+-----------------------> RUNNING
\ copy \ copy
@ -225,3 +226,8 @@ candidate +---------------------> CANDIDATE
## Thanks ## Thanks
Thanks matt smith and dave cornejo for input Thanks matt smith and dave cornejo for input
## References
[RFC7895](https://tools.ietf.org/html/rfc7895)