diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-11-16 15:28:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-16 15:28:14 -0500 |
| commit | 1fba91cc9b9f04973efbd06ad21254bc1610c7e8 (patch) | |
| tree | ed033dacc0b4307603eeb406e366ae128323afde | |
| parent | e5c317bcfac563551bab70ce16210deb0f73b027 (diff) | |
| parent | 0ea5223ce1d00f33d963a87dcf6560b1a3181c0d (diff) | |
Merge pull request #7531 from qlyoung/fix-doc-block-quote
doc: fix missing space before list
| -rw-r--r-- | doc/user/bgp.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 4f036ee709..5ae001daf2 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -3481,6 +3481,7 @@ not installed in FIB. The following conditions apply will apply when checking for route installation status in FIB: + 1. The advertisement or suppression of routes based on FIB install status applies only for newly learnt routes from peer (routes which are not in BGP local RIB). |
