-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66839/
-----------------------------------------------------------
Review request for qpid and Ted Ross.
Bugs: DISPATCH-980
https://issues.apache.org/jira/browse/DISPATCH-980
Repository: qpid-dispatch
Description
-------
This adds a field to the link route config, addExternalPrefix, that behaves
similar to the externalAddr in auto links. I.e. it will cause a prefix to be
inserted in the final hop for a link routed link attach. That prefix will also
be stripped off the reply, making the renaming completely transparent to
clients.
Diffs
-----
include/qpid/dispatch/router_core.h 4123fa3
python/qpid_dispatch/management/qdrouter.json fcbf7e5
src/router_config.c 94758df
src/router_core/agent_config_link_route.h 57f6f0d
src/router_core/agent_config_link_route.c 981d142
src/router_core/connections.c 4598312
src/router_core/forwarder.c b8f2291
src/router_core/route_control.h 3c715bc
src/router_core/route_control.c 61f426d
src/router_core/router_core.c 9d7f7a5
src/router_core/router_core_private.h 0f22df5
src/router_core/terminus.c 4c0e0a3
tests/CMakeLists.txt ee4e080
tests/system_tests_link_routes_add_external_prefix.py PRE-CREATION
Diff: https://reviews.apache.org/r/66839/diff/1/
Testing
-------
Added system tests plus some ad hoc testing.
Thanks,
Gordon Sim