Fix failure when in static only route table mode 46/3246/2 3.7.2
authorE. Scott Daniels <daniels@research.att.com>
Fri, 10 Apr 2020 16:11:30 +0000 (12:11 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 10 Apr 2020 16:42:48 +0000 (12:42 -0400)
commit2d9d6784b306047e94ca9816813e5007b00fd17e
tree765835f26a7827f3f8a7c820848d5c734f6132cd
parentc113b0836f3ebd58911c30de1636a707174efe55
Fix failure when in static only route table mode

When the RMR_RTG_SVC environment variable is set to -1, RMR
should enter static route table only mode and not attempt to
listen for dynamic updates from the route manager. There was
a misinterpretation of the environment variable name when
checking for this value which was causing the initialisation
to fail.

Man pages were also updated to remove references to the
deprecated RMR_MAX_RCV_BYTES constant. The constant was
marked as being deprecated.

Issue-ID: RIC-331

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I7b0b82397f3ad4f223682727213504d3fbdae518
CHANGES_CORE.txt
CMakeLists.txt
doc/src/man/rmr_call.3.xfm
doc/src/man/rmr_get_rcvfd.3.xfm
doc/src/man/rmr_mt_call.3.xfm
doc/src/man/rmr_wh_call.3.xfm
doc/src/man/rmr_wh_send_msg.3.xfm
src/rmr/common/include/rmr.h
src/rmr/si/src/rmr_si.c
src/rmr/si/src/sr_si_static.c