diff options
author | Neale Ranns <nranns@cisco.com> | 2020-11-09 10:09:42 +0000 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2021-01-14 19:55:55 +0000 |
commit | dfd3954c0427422e2739b858d1e18503a5c59970 (patch) | |
tree | 13225967f028f7d386b8da863656b5e576c0b463 /docs/gettingstarted/developers/fib20/attachedexport.rst | |
parent | 1b5ca985dc51bea730ce5ee799641c75f73a0f26 (diff) |
docs: Update FIB documentation
Type: docs
Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: I3dfde4520a48c945ca9707accabbe1735c1a8799
Diffstat (limited to 'docs/gettingstarted/developers/fib20/attachedexport.rst')
-rw-r--r-- | docs/gettingstarted/developers/fib20/attachedexport.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/gettingstarted/developers/fib20/attachedexport.rst b/docs/gettingstarted/developers/fib20/attachedexport.rst index c2802773d9c..3bf933de679 100644 --- a/docs/gettingstarted/developers/fib20/attachedexport.rst +++ b/docs/gettingstarted/developers/fib20/attachedexport.rst @@ -3,8 +3,8 @@ Attached Export ^^^^^^^^^^^^^^^^ -Extranets make prefixes in VRF A also reachable from VRF B. VRF A is the export VRF, -B the import. Consider this route in the export VRF; +Extranets make prefixes in table A also reachable from table B. Table A is the export table, +B the import. Consider this route in the export table; .. code-block:: console @@ -26,7 +26,7 @@ attached prefix is exported, so are the adj-fibs and local prefixes that it covers, and only the adj-fibs and locals, not any covered more specific (sourced e.g. by API). The imported FIB entries are sourced as *attached-export* this is a low priority source, so if those prefixes already exist in the import -VRF, sourced by the API, then they will continue to forward with that information. +table, sourced by the API, then they will continue to forward with that information. .. figure:: /_images/fib20fig6.png |