blob: 4a2071521a3513c871526b6ae8c420d005600588 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
pass inet from (lo0) to any flags S/SA keep state
pass inet from ! (lo0) to any flags S/SA keep state
pass inet from (lo0) to any flags S/SA keep state
pass inet6 from (lo0) to any flags S/SA keep state
pass from <foo> to any flags S/SA keep state
pass from ! <foo> to any flags S/SA keep state
pass from <foo> to any flags S/SA keep state
pass inet from <bar> to any flags S/SA keep state
pass from <bar> to any flags S/SA keep state
pass inet6 from <foo> to any flags S/SA keep state
pass from <foo> to any flags S/SA keep state
pass inet from no-route to any flags S/SA keep state
pass from no-route to any flags S/SA keep state
|