OSDN Git Service

initial commit
[openbsd-octeon/openbsd-octeon.git] / src / regress / sbin / pfctl / pfail49.in
1 # dynamic interfaces need not exist at load-time, but names must start
2 # with a letter. catches common macro typo cases of ($ext_ip) vs. ($ext_if)
3
4 match out on lo0 from any to any nat-to (lo0)
5 match out on lo0 from any to any nat-to (lo0:0)
6 match out on lo0 from any to any nat-to (nonexistent0)
7 match out on lo0 from any to any nat-to (nonexistent0:0)
8 match out on lo0 from any to any nat-to (10.1.2.3)
9 match out on lo0 from any to any nat-to (10.1.2.3:0)
10