1 :INPUT,FORWARD,OUTPUT 2 -m addrtype;;FAIL 3 -m addrtype --src-type wrong;;FAIL 4 -m addrtype --src-type UNSPEC;=;OK 5 -m addrtype --dst-type UNSPEC;=;OK 6 -m addrtype --src-type LOCAL --dst-type LOCAL;=;OK 7 -m addrtype --dst-type UNSPEC;=;OK 8 -m addrtype --limit-iface-in;;FAIL 9 -m addrtype --limit-iface-out;;FAIL 10 -m addrtype --limit-iface-in --limit-iface-out;;FAIL 11 -m addrtype --src-type LOCAL --limit-iface-in --limit-iface-out;;FAIL 12 :INPUT 13 -m addrtype --src-type LOCAL --limit-iface-in;=;OK 14 -m addrtype --dst-type LOCAL --limit-iface-in;=;OK 15 :OUTPUT 16 -m addrtype --src-type LOCAL --limit-iface-out;=;OK 17 -m addrtype --dst-type LOCAL --limit-iface-out;=;OK 18