Bug 200503 - Package iptraf lacks IPv6 support.
Summary: Package iptraf lacks IPv6 support.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: iptraf
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Zdenek Prikryl
QA Contact:
URL:
Whiteboard: bzcl34nup
Depends On:
Blocks: IPv6Blocker
TreeView+ depends on / blocked
 
Reported: 2006-07-28 08:18 UTC by Peter Vrabec
Modified: 2008-06-10 11:23 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-06-10 11:23:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Peter Vrabec 2006-07-28 08:18:31 UTC
Description of problem:
It seems there might be some problem with IPv6 support in iptraf.
  
Actual results:
iptraf-3.0.0/src/revname.c:                               sizeof(struct in_addr), AF_INET);
iptraf-3.0.0/src/promisc.c:    ifd = socket(PF_INET, SOCK_DGRAM, 0);
iptraf-3.0.0/src/promisc.c:    fd = socket(PF_INET, SOCK_DGRAM, 0);
iptraf-3.0.0/src/rvnamed.c:                       sizeof(struct in_addr), AF_INET);
iptraf-3.0.0/src/ifaces.c:    fd = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP);

Expected results:
IPv6  compliant code.

Additional info:
http://people.redhat.com/drepper/userapi-ipv6.html

Comment 1 Marcela Mašláňová 2006-08-28 11:32:37 UTC
I look at it. It needs many changes in whole code.

Comment 2 Marcela Mašláňová 2006-09-05 07:16:42 UTC
Work in progress, could be in update 1.

Comment 5 Bug Zapper 2008-04-03 17:52:46 UTC
Based on the date this bug was created, it appears to have been reported
against rawhide during the development of a Fedora release that is no
longer maintained. In order to refocus our efforts as a project we are
flagging all of the open bugs for releases which are no longer
maintained. If this bug remains in NEEDINFO thirty (30) days from now,
we will automatically close it.

If you can reproduce this bug in a maintained Fedora version (7, 8, or
rawhide), please change this bug to the respective version and change
the status to ASSIGNED. (If you're unable to change the bug's version
or status, add a comment to the bug and someone will change it for you.)

Thanks for your help, and we apologize again that we haven't handled
these issues to this point.

The process we're following is outlined here:
http://fedoraproject.org/wiki/BugZappers/F9CleanUp

We will be following the process here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this
doesn't happen again.

Comment 6 Marcela Mašláňová 2008-04-04 10:36:08 UTC
This should be fixed once.

Comment 7 Bug Zapper 2008-05-14 02:15:49 UTC
Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 8 Zdenek Prikryl 2008-06-10 11:23:45 UTC
Because of many changes in the code, I do not backport this support into F9.


Note You need to log in before you can comment on or make changes to this bug.