fixed _updown target for ipv6

This commit is contained in:
Andreas Steffen 2007-11-06 13:45:54 +00:00
parent 5a1979deb9
commit d5da42a9e4
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ static void updown(private_child_sa_t *this, bool up)
up ? "up" : "down",
policy->my_ts->is_host(policy->my_ts,
this->me.addr) ? "-host" : "-client",
this->me.addr->get_family(this->me.addr) == AF_INET ? "" : "-ipv6",
this->me.addr->get_family(this->me.addr) == AF_INET ? "" : "-v6",
this->config->get_name(this->config),
this->iface ? this->iface : "unknown",
this->reqid,