I have such network topology:
A--B--C
\____/
(A connected to B and C, B connected to C)
I'm using PointToPointChannel to connect these nodes. And I want that A node will not be able to communicate with C node via node B (only using direct link) How can I prevent such communication?