ICMP6_UNREACH_RST
if (cmd->arg1 == ICMP6_UNREACH_RST)
action->arg1 = ICMP6_UNREACH_RST;
if (code == ICMP6_UNREACH_RST && args->f_id.proto == IPPROTO_TCP) {
} else if (code != ICMP6_UNREACH_RST && code != ICMP6_UNREACH_ABORT) {
if (cmd->arg1==ICMP6_UNREACH_RST)