]> git.puffer.fish Git - mirror/frr.git/commit
zebra: remove checks for src address existence when using "set src" 9278/head
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 29 Jul 2021 17:21:00 +0000 (20:21 +0300)
committermergify-bot <noreply@mergify.io>
Tue, 3 Aug 2021 20:54:52 +0000 (20:54 +0000)
commitd8cbf68437aa26b45acd1e2797ed702d7525d8e1
treec57a31f0173821a1b63fdd6b4026c028bfd884f8
parent3190cc20eb58f0dd95cd71e03bc90109810101af
zebra: remove checks for src address existence when using "set src"

1. This check is absolutely useless. Nothing keeps user from deleting
   the address right after this check.
2. This check prevents zebra from correctly reading the user config with
   "set src" because of a race with interface startup (see #4249).
3. NO OPERATIONAL DATA USAGE ON VALIDATION STAGE.

Fixes #7319.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
(cherry picked from commit 1f74d96c418fb36d794ef020144ab286fb363048)
doc/user/zebra.rst
zebra/zebra_routemap_nb_config.c