diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-04-15 08:31:27 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-04-28 15:57:53 -0400 |
| commit | f990a4169c60d8ebce5f6939a753125e50e1c898 (patch) | |
| tree | 520c3b28dd03cdd571c2037a31f47c4e003e3b72 | |
| parent | 62282e837947307be252bc2a0e44f97c55610a9c (diff) | |
doc: Update doc for the `bgp network import-check` command
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
| -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 eb718007e8..8020aeeae3 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 |
