Just to verify my understanding.
If I have a inline layer like this
1.1 src:Any dst:MyNet1
1.2 src:MyNet2 dst:MyNet1 Action:Accept
1.3 src:Any dst:MyNet Action:Drop (inline clean up)
2.0 src:MyNet3 dst:Any Action:Accept
and the 2.0 rule won't allow mynet3 to reach mynet1? Just thinking how the "Accept internet except internal networks" would work here after all the internal networks have been handled like that. The reason I am using inline layer dst field is this article https://community.checkpoint.com/t5/General-Management-Topics/Unified-Policy-Column-based-Rule-Match... where it says that rule matching begins from dst.