You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by "Dag Christensen (JIRA)" <ji...@apache.org> on 2010/06/18 14:49:26 UTC

[jira] Commented: (LOG4NET-112) Add support to the UdpAppender for IP v6 remote addresses

    [ https://issues.apache.org/jira/browse/LOG4NET-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880185#action_12880185 ] 

Dag Christensen commented on LOG4NET-112:
-----------------------------------------

The patch doesn't seem to solve this problem? When I specify "127.0.0.1" for RemoteAddress on my Vista box, it is resolved as a IPv6 address by log4net:
log4net: XmlHierarchyConfigurator: Setting Property [RemoteAddress] to IPAddress value [x::x:x:x:x%10]

I checked the code in trunk that Olivier refers to, and it still returns the first address in IPAddressConverter.ConvertFrom.

Should this be reopened, or are there some steps I am missing?
---
Dag

> Add support to the UdpAppender for IP v6 remote addresses
> ---------------------------------------------------------
>
>                 Key: LOG4NET-112
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-112
>             Project: Log4net
>          Issue Type: Improvement
>          Components: Appenders
>    Affects Versions: 1.2.10
>            Reporter: Nicko Cadell
>            Assignee: Nicko Cadell
>            Priority: Minor
>             Fix For: 1.2.11
>
>
> The UdpClient object must be configured for either IP v4 or IP v6 when it is created. Once configured it cannot be used to send to remote addresses that are from a different network family.
> Specifying the network family is not supported on NET 1.0, NETCF 1.0, SSCLI 1.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.