diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-12-06 07:33:30 +0100 |
---|---|---|
committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-12-06 07:33:30 +0100 |
commit | 5031d88694a28a6968ee13eb7e47f50aecacf57f (patch) | |
tree | 5d5c58b34ef90559fffb1a1b76a110c4dc7efee9 /doc | |
parent | Merge pull request #5464 from qlyoung/fix-bgp-prefix-orf-heap-overflow (diff) | |
download | frr-5031d88694a28a6968ee13eb7e47f50aecacf57f.tar.xz frr-5031d88694a28a6968ee13eb7e47f50aecacf57f.zip |
doc: Add moaar dashes to underline line
doc/user/bgp.rst:420: WARNING: Title underline too short.
Reject routes with AS_SET or AS_CONFED_SET types
-------------------------------
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bgp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index de75c12e6..97ce036f5 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -417,7 +417,7 @@ Require policy on EBGP This command requires incoming and outgoing filters to be applied for eBGP sessions. Without the incoming filter, no routes will be accepted. Without the outgoing filter, no routes will be announced. Reject routes with AS_SET or AS_CONFED_SET types -------------------------------- +------------------------------------------------ .. index:: [no] bgp reject-as-sets .. clicmd:: [no] bgp reject-as-sets |