diff options
author | Christian Hopps <chopps@labn.net> | 2020-08-04 06:16:12 -0400 |
---|---|---|
committer | Chris Luke <chris_luke@comcast.com> | 2020-08-13 12:29:10 +0000 |
commit | 047f67eeddcb40dbffc06fcff314838b9de4533e (patch) | |
tree | f23781b0cbbead9c8631acefbb4ff46f68fe9eb9 /docs/gettingstarted/developers | |
parent | 603e75465899385a95350f3c96499050f7f960a5 (diff) |
docs: correct fib tunnel diagram reference
The included image was pulling in figure 2, change to the correct
figure 11.
Type: docs
Signed-off-by: Christian Hopps <chopps@labn.net>
Change-Id: I3679916364753fc682d1d1713fce952de398e626
Diffstat (limited to 'docs/gettingstarted/developers')
-rw-r--r-- | docs/gettingstarted/developers/fib20/tunnels.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gettingstarted/developers/fib20/tunnels.rst b/docs/gettingstarted/developers/fib20/tunnels.rst index c33d63c3b92..c96b1337d4e 100644 --- a/docs/gettingstarted/developers/fib20/tunnels.rst +++ b/docs/gettingstarted/developers/fib20/tunnels.rst @@ -10,7 +10,7 @@ beforehand, so the recursive switch can be avoided if the packet can follow the already constructed data-plane graph for the tunnel's destination. This process of joining to DP graphs together is termed *stacking*. -.. figure:: /_images/fib20fig2.png +.. figure:: /_images/fib20fig11.png Figure 11: Tunnel control plane object diagram |