blob: 6b29c9f10e01ffe4950f3d9efdad362cb24df780 (
plain)
1
2
3
4
5
6
7
8
|
@0 pass in all
@1 pass in all
@2 pass in proto tcp from any port <= 1024 to any label foo_bar
@3 pass in proto tcp from any to any port = smtp
@4 pass in inet proto tcp from 10.0.0.0/8 port > 1024 to ! 10.1.2.3 port != ssh
@5 pass in inet proto igmp from 10.0.0.0/8 to 10.1.1.1 allow-opts
@6 pass in inet proto tcp from 1.2.3.4 to any label 6:tcp:1.2.3.4::any:
@7 pass in inet proto tcp from 1.2.3.5 to any label 7:tcp:1.2.3.5::any:
|