diff options
author | sever-sever <v.gletenko@vyos.io> | 2021-02-05 18:01:22 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-05 22:06:47 +0100 |
commit | 33a3a3987159c96c55573b619e07e4307ab0d4a1 (patch) | |
tree | b5fd854261778361fa70435ebba83b491f345b50 /docs | |
parent | f7749b67c67c7addcd8a6bf676f1c9ab418fea53 (diff) | |
download | vyos-documentation-33a3a3987159c96c55573b619e07e4307ab0d4a1.tar.gz vyos-documentation-33a3a3987159c96c55573b619e07e4307ab0d4a1.zip |
bgp: Fix redistribute parameters
(cherry picked from commit f870e6ae93420a6f7eac202646ddc1050bcb382a)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/protocols/bgp.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst index 2d9c9af5..ddc7808d 100644 --- a/docs/configuration/protocols/bgp.rst +++ b/docs/configuration/protocols/bgp.rst @@ -509,22 +509,22 @@ Redistribution Configuration redistribute <route source> This command redistributes routing information from the given route source - to the BGP process. There are six modes available for route source: bgp, - connected, kernel, ospf, rip, static. + to the BGP process. There are six modes available for route source: + connected, kernel, ospf, rip, static, table. .. cfgcmd:: set protocols bgp <asn> address-family <ipv4-unicast|ipv6-unicast> redistribute <route source> metric <number> This command specifies metric (MED) for redistributed routes. The - metric range is 0 to 4294967295. There are six modes available for - route source: bgp, connected, kernel, ospf, rip, static. + metric range is 0 to 4294967295. There are six modes available for + route source: connected, kernel, ospf, rip, static, table. .. cfgcmd:: set protocols bgp <asn> address-family <ipv4-unicast|ipv6-unicast> redistribute <route source> route-map <name> This command allows to use route map to filter redistributed routes. - There are six modes available for route source: bgp, connected, kernel, - ospf, rip, static. + There are six modes available for route source: connected, kernel, + ospf, rip, static, table. General Configuration |