[asterisk-bugs] [JIRA] Commented: (ASTERISK-20202) IP_MTU_DISCOVER incorrect work
ddkprog (JIRA)
noreply at issues.asterisk.org
Fri Aug 10 11:16:07 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=195661#comment-195661 ]
ddkprog commented on ASTERISK-20202:
------------------------------------
sorry! looked through the Linux kernel, the constants have the same value!
#define IPPROTO_IP 0
....
#define SOL_IP 0
> IP_MTU_DISCOVER incorrect work
> ------------------------------
>
> Key: ASTERISK-20202
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-20202
> Project: Asterisk
> Issue Type: Information Request
> Security Level: None
> Components: Channels/chan_iax2
> Affects Versions: SVN
> Environment: linux
> Reporter: ddkprog
> Assignee: ddkprog
> Attachments: utils.c.diff
>
>
> IP_MTU_DISCOVER should used with SOL_IP not with IPPROTO_IP !
> see at iputils/ping sources and test
> you can replace in iputils/ping SOL_IP -> IPPROTO_IP, and try to ping -M options to see than IPPROTO_IP not work.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list