Skip to content

Instantly share code, notes, and snippets.

@ahogen
Last active April 6, 2018 16:19
Show Gist options
  • Save ahogen/b57bbc60193cbc807b889d0f1c15e0a4 to your computer and use it in GitHub Desktop.
Save ahogen/b57bbc60193cbc807b889d0f1c15e0a4 to your computer and use it in GitHub Desktop.
graph TD

A["INIT_BRIDGE <hr><br> updtRoleDisabledTree()"]

B["ROLE_SELECTION <hr><br>clearReselectTree()<br>updateRolesTree()<br> setSelectedTree()"]

%%
%% Flow chart start
%%

S((BEGIN)) --> A

A -->|UCT| B

B --> |"Reselect[1] || reselect[2] || ... || reselect[N]"|B

cmt["IEEE Std. 802.1AS-2011 clause 10.3.12.2<br><br>PortRoleSelection state machine"]
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment