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