blob: 1d5ed147d6aee464691b21d0fe7312bc54409bfc (
plain)
1
2
3
4
5
6
7
8
|
# invalid table constructs
rdr on lo0 from any to any -> <sometable>
nat on lo0 from any to any -> <sometable>
binat on lo0 from 1.1.1.1 to any -> <sometable>
binat on lo0 from <sometable> to any -> 1.1.1.1
pass in dup-to (lo0 <sometable>) all
pass in route-to (lo0 <sometable>) all
pass in reply-to (lo0 <sometable>) all
|