diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-11-06 13:45:54 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-11-06 13:45:54 +0000 |
commit | d5da42a9e4353d0e15319c521e28b453fc3bd155 (patch) | |
tree | 75744a05df12bb7a67e16986aee3a278070e3198 /src | |
parent | 5a1979deb9b961322df6745d33f49ae2321aaf5f (diff) | |
download | strongswan-d5da42a9e4353d0e15319c521e28b453fc3bd155.tar.bz2 strongswan-d5da42a9e4353d0e15319c521e28b453fc3bd155.tar.xz |
fixed _updown target for ipv6
Diffstat (limited to 'src')
-rw-r--r-- | src/charon/sa/child_sa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/sa/child_sa.c b/src/charon/sa/child_sa.c index 44f0298d5..b6c71a8b5 100644 --- a/src/charon/sa/child_sa.c +++ b/src/charon/sa/child_sa.c @@ -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, |