mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
![]() Current -n option is only for zebra and mgmtd. All other daemons receive the VRF backend configuration from zebra upon connection to it. This leads to a potential race condition - daemons need to know the backend before they start reading their config, but they can be not connected to zebra yet at this point. As the VRF backend cannot change during runtime, let's introduce a new global -w option for setting netns backend, to make sure that all daemons know their VRF backend immediately after start. The reason for introducing a new option instead of making -n global is that ospfd already uses -n for another purposes. Signed-off-by: Igor Ryzhov <idryzhov@gmail.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
mgmt.c | ||
mgmt.h | ||
mgmt_be_adapter.c | ||
mgmt_be_adapter.h | ||
mgmt_be_nb.c | ||
mgmt_ds.c | ||
mgmt_ds.h | ||
mgmt_fe_adapter.c | ||
mgmt_fe_adapter.h | ||
mgmt_history.c | ||
mgmt_history.h | ||
mgmt_main.c | ||
mgmt_memory.c | ||
mgmt_memory.h | ||
mgmt_testc.c | ||
mgmt_txn.c | ||
mgmt_txn.h | ||
mgmt_vty.c | ||
subdir.am |