diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2021-10-01 12:05:40 +0200 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-10-01 13:45:21 +0200 |
commit | e3cb363a73f01026ae45e2fdd95c7aa5b3a1867c (patch) | |
tree | f2e2887113feec21f5c73116dae192ce1a71ee63 /doc/user/ospfd.rst | |
parent | Merge pull request #9712 from idryzhov/travis-gprc (diff) | |
download | frr-e3cb363a73f01026ae45e2fdd95c7aa5b3a1867c.tar.xz frr-e3cb363a73f01026ae45e2fdd95c7aa5b3a1867c.zip |
doc: fix ospf distribute-list command and description
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to '')
-rw-r--r-- | doc/user/ospfd.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst index 0122e2ac7..207459bd1 100644 --- a/doc/user/ospfd.rst +++ b/doc/user/ospfd.rst @@ -691,13 +691,12 @@ Redistribution the 'always' keyword is given then the default is always advertised, even when there is no default present in the routing table. -.. clicmd:: distribute-list NAME out (kernel|connected|static|rip|ospf - - .. _ospf-distribute-list: +.. clicmd:: distribute-list NAME out <kernel|connected|static|rip|isis|bgp|eigrp|nhrp|table|vnc|babel|openfabric> + Apply the access-list filter, NAME, to redistributed routes of the given - type before allowing the routes to redistributed into OSPF + type before allowing the routes to be redistributed into OSPF (:ref:`ospf redistribution <ospf-redistribute>`). .. clicmd:: default-metric (0-16777214) |