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
1 changed files with 1 additions and 1 deletions

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:
![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/).