Skip to content

Changes

Summary

  1. {fsm,vty}: add a VTY command to generate FSM state graphs (details)
Commit fb8cd65221e7b1c9dbb2df9f234235e7fe9dfe51 by Vadim Yanitskiy
{fsm,vty}: add a VTY command to generate FSM state graphs

This command generates a state transitions graph for the given FSM.
The output format is DOT/Graphviz, which can be rendered using offline
or online (web) tools.  It's useful for quickly getting a graphical
representation of the FSM states and their interconnections.

https://en.wikipedia.org/wiki/DOT_(graph_description_language)
https://graphviz.org/doc/info/lang.html

Change-Id: I09ee0a8c3fc4b1aa991ab5c93c0b654fccd7ea4c
The file was modified src/vty/fsm_vty.c