Set up router so it sends data to only one route


Hi, i cant setup router that it go only to one route, i dont understand why it goes to both directions why it have to go to only one route, does anyone have idea what is wrong?

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