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