]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: remove checks for src address existence when using "set src"
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 29 Jul 2021 17:21:00 +0000 (20:21 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Mon, 2 Aug 2021 15:35:30 +0000 (18:35 +0300)
commit1f74d96c418fb36d794ef020144ab286fb363048
tree7c4411bee66239bc15f9bc5c875fca08bdf91d6a
parent7543016dbc01093d5fbc7e94bbc9bc24344b3efc
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>
doc/user/zebra.rst
zebra/zebra_routemap_nb_config.c