blob: 7f1751deb3658f83af9f8694a37d65b513d7c352 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# skip step optimization involving dynaddr, tables, no-route
pass inet from (lo0)
pass inet from !(lo0)
pass inet from (lo0)
pass inet6 from (lo0)
pass from <foo>
pass from !<foo>
pass from <foo>
pass inet from <bar>
pass from <bar>
pass inet6 from <foo>
pass from <foo>
pass inet from no-route
pass from no-route
|