Set up router so it sends data to only one route

Routers duplicate bundles into multiple paths by default.

:white_check_mark: If you only want a bundle to go down a single path, you’ll need to ensure the filters from all paths leading out of the router doesn’t overlap, especially if you have three or more.

:white_check_mark: If you have only two paths leading out of a router, the simplest method would be simply to set one of the filters as a “fallback” route (also called the default route).

2 Likes