lvs-devel
|
To: | lvs-devel@xxxxxxxxxxxxxxx |
---|---|
Subject: | [patch][bug] ldirectord: a port number mismatch of imaps and pops |
Cc: | horms@xxxxxxxxxxxx |
From: | Sohgo Takeuchi <sohgo@xxxxxxxxxxxxxxxx> |
Date: | Mon, 09 Aug 2010 16:31:44 +0900 (JST) |
diff -r 0d8eac1c6061 ldirectord/ldirectord.in --- a/ldirectord/ldirectord.in Fri Aug 06 13:24:32 2010 +0200 +++ b/ldirectord/ldirectord.in Mon Aug 09 16:20:32 2010 +0900 @@ -1764,8 +1764,8 @@ if ($port eq 143) { return "imap"; } if ($port eq 389) { return "ldap"; } if ($port eq 443) { return "https"; } - if ($port eq 993) { return "pops"; } - if ($port eq 995) { return "imaps"; } + if ($port eq 993) { return "imaps"; } + if ($port eq 995) { return "pops"; } if ($port eq 1521) { return "oracle"; } if ($port eq 1812) { return "radius"; } if ($port eq 3128) { return "http_proxy"; } -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [patch][enhancement] ldirectord: IPv6: new directives: virtual6, real6, fallback6 (was: Re: ldirectord: a new format of ldirectord.conf for IPv6), Sohgo Takeuchi |
---|---|
Next by Date: | Re: [patch][bug] ldirectord: a port number mismatch of imaps and pops, Simon Horman |
Previous by Thread: | Re: IPVS network namespace aware ?, Simon Horman |
Next by Thread: | Re: [patch][bug] ldirectord: a port number mismatch of imaps and pops, Simon Horman |
Indexes: | [Date] [Thread] [Top] [All Lists] |