diff options
| author | Robert Göhler <github@ghlr.de> | 2020-01-04 14:21:49 +0100 | 
|---|---|---|
| committer | Robert Göhler <github@ghlr.de> | 2020-01-04 14:21:49 +0100 | 
| commit | 1d7328e3b701b12a4613c9dc91f4688220b577b2 (patch) | |
| tree | 7a34340a607c4de7c7a343b3da1109d43a7af005 | |
| parent | 52595595f76d85b20477b61a886a9ff09f17e604 (diff) | |
| download | vyos-documentation-1d7328e3b701b12a4613c9dc91f4688220b577b2.tar.gz vyos-documentation-1d7328e3b701b12a4613c9dc91f4688220b577b2.zip | |
BGP: fix ref error
| -rw-r--r-- | docs/routing/bgp.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/routing/bgp.rst b/docs/routing/bgp.rst index 14ea1238..41be5c6c 100644 --- a/docs/routing/bgp.rst +++ b/docs/routing/bgp.rst @@ -76,7 +76,7 @@ bottom until one of the factors can be used.  6. **MED check**     Where routes with a MED were received from the same AS, prefer the route -   with the lowest MED. :ref:`bgp-med`. +   with the lowest MED.  7. **External check** | 
