diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-04-15 14:31:27 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-04-28 21:57:53 +0200 |
commit | f990a4169c60d8ebce5f6939a753125e50e1c898 (patch) | |
tree | 520c3b28dd03cdd571c2037a31f47c4e003e3b72 /doc/user/bgp.rst | |
parent | bgpd,tests: Modify import-check to require underlying prefixes to exist (diff) | |
download | frr-f990a4169c60d8ebce5f6939a753125e50e1c898.tar.xz frr-f990a4169c60d8ebce5f6939a753125e50e1c898.zip |
doc: Update doc for the `bgp network import-check` command
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r-- | doc/user/bgp.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index eb718007e..8020aeeae 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -908,6 +908,17 @@ Networks .. index:: no network A.B.C.D/M .. clicmd:: no network A.B.C.D/M +.. index:: [no] bgp network import-check +.. clicmd:: [no] bgp network import-check + + This configuration modifies the behavior of the network statement. + If you have this configured the underlying network must exist in + the rib. If you have the [no] form configured then BGP will not + check for the networks existence in the rib. For versions 7.3 and + before frr defaults for datacenter were the network must exist, + traditional did not check for existence. For versions 7.4 and beyond + both traditional and datacenter the network must exist. + .. _bgp-route-aggregation: Route Aggregation |