Add ability to save route table updates to disk 48/5848/1 4.7.0
authorE. Scott Daniels <daniels@research.att.com>
Thu, 1 Apr 2021 14:05:33 +0000 (10:05 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Thu, 1 Apr 2021 14:05:33 +0000 (10:05 -0400)
commitd07cc97b4b5493a5fc67231ee09d1c931c993161
tree0a095143a5b6c34c2c6e036aeb3371239c5ff669
parent71df2a2b09d072090c29713d05a49b5670b11053
Add ability to save route table updates to disk

Updates from the route table generator are now saved into a disk
file using the new RMR_STASH_RT environment variable, or adding a .stash
extension to the vaue of RMR_SEED_RT if the stash variable is
not present. If neither variable is present, then no information
is saved.  This is intended to make debugging easier; for non-RMR
developers reading the dump output is not straight forward.

Issue-ID: RIC-774

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I79d3adf8c3c291f82f54849a3be94648fb86aab1
15 files changed:
CHANGES_CORE.txt
CMakeLists.txt
doc/src/library/rt_tables.xfm
doc/src/man/env_var_list.im
docs/config-deploy.rst
docs/rel-notes.rst
docs/rmr.7.rst
docs/rmr_init.3.rst
docs/rt_tables.rst
docs/user-guide.rst
src/rmr/common/include/rmr_agnostic.h
src/rmr/common/src/rt_generic_static.c
src/rmr/common/src/rtc_static.c
src/rmr/si/include/rmr_si_private.h
src/rmr/si/src/rmr_si.c