Update README.md

This commit is contained in:
Greg Revelle 2020-12-30 14:00:27 -06:00 committed by GitHub
parent c65b9c23a6
commit e152ea3540
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,7 +198,7 @@ The netgraph system provides a uniform and modular system for the implementation
Your netgraph should look something like this: Your netgraph should look something like this:
![netgraph](img/ngctl.png) ![netgraph](img/netgraph.png)
In this setup, the `ue0` interface is my `$RG_IF` and the `bce0` interface is my `$ONT_IF`. You can generate your own graphviz via `ngctl dot`. Copy the output and paste it at [webgraphviz.com](http://www.webgraphviz.com/). In this setup, the `ue0` interface is my `$RG_IF` and the `bce0` interface is my `$ONT_IF`. You can generate your own graphviz via `ngctl dot`. Copy the output and paste it at [webgraphviz.com](http://www.webgraphviz.com/).