From e152ea354058517e9d659637fb0de6c855dd24c4 Mon Sep 17 00:00:00 2001 From: Greg Revelle <31642433+grevelle@users.noreply.github.com> Date: Wed, 30 Dec 2020 14:00:27 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f98e9ca..90ad4fa 100644 --- a/README.md +++ b/README.md @@ -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/).