Repository: qpid-dispatch Updated Branches: refs/heads/master 9aae194f4 -> 9cf04d3f5
DISPATCH-196 - Removed unused router modes from the management schema Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/9cf04d3f Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/9cf04d3f Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/9cf04d3f Branch: refs/heads/master Commit: 9cf04d3f52c6f52518b2a8a7643af62b3a0d9984 Parents: 9aae194 Author: Ted Ross <[email protected]> Authored: Wed Nov 25 07:57:52 2015 -0500 Committer: Ted Ross <[email protected]> Committed: Wed Nov 25 07:57:52 2015 -0500 ---------------------------------------------------------------------- python/qpid_dispatch/management/qdrouter.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/9cf04d3f/python/qpid_dispatch/management/qdrouter.json ---------------------------------------------------------------------- diff --git a/python/qpid_dispatch/management/qdrouter.json b/python/qpid_dispatch/management/qdrouter.json index d9e6343..a3ee6d0 100644 --- a/python/qpid_dispatch/management/qdrouter.json +++ b/python/qpid_dispatch/management/qdrouter.json @@ -496,12 +496,10 @@ "mode": { "type": [ "standalone", - "interior", - "edge", - "endpoint" + "interior" ], "default": "standalone", - "description": "In standalone mode, the router operates as a single component. It does not participate in the routing protocol and therefore will not cooperate with other routers. In interior mode, the router operates in cooperation with other interior routers in an interconnected network. In edge mode, the router operates with an up link into an interior router network. Edge routers are typically used as connection concentrators or as security firewalls for access into the interior network.", + "description": "In standalone mode, the router operates as a single component. It does not participate in the routing protocol and therefore will not cooperate with other routers. In interior mode, the router operates in cooperation with other interior routers in an interconnected network.", "create": true }, "area": { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
