blob: 44bd23345b88b24e8365a5ad1c8c0ec322cae549 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
pass inet from (lo0) to any
pass inet from ! (lo0) to any
pass inet from (lo0) to any
pass inet6 from (lo0) to any
pass from <foo> to any
pass from ! <foo> to any
pass from <foo> to any
pass inet from <bar> to any
pass from <bar> to any
pass inet6 from <foo> to any
pass from <foo> to any
pass from no-route to any
pass inet from no-route to any
|