# code-block-pro/1.9.2/build/shiki/samples/jssm.sample

Code Block Pro – Beautiful Syntax Highlighting, version 1.9.2. 22 lines.

- Page: https://pluginprobe.com/plugins/code-block-pro/1.9.2/code/build/shiki/samples/jssm.sample
- Raw: https://pluginprobe.com/plugins/code-block-pro/1.9.2/raw/build/shiki/samples/jssm.sample
- Modified: 2022-08-22T22:25:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/code-block-pro/1.9.2/code/build/shiki/samples/jssm.sample#L10-L20`.

```

machine_name      : "BGP";
machine_reference : "http://www.inetdaemon.com/tutorials/internet/ip/routing/bgp/operation/finite_state_model.shtml";
machine_version   : 1.0.0;

machine_author    : "John Haugeland <stonecypher@gmail.com>";
machine_license   : MIT;

jssm_version      : >= 5.0.0;



       Idle -> [Idle Connect];
    Connect -> [Idle Connect OpenSent Active];
     Active -> [Idle Connect OpenSent Active];
   OpenSent -> [Idle Active OpenConfirm];
OpenConfirm -> [Idle OpenSent OpenConfirm Established];
Established -> [Idle Established];



# from https://github.com/StoneCypher/jssm/blob/main/src/machines/linguist/bgp.fsl
```
