Bug 141773 - net/iodine: iodined fails to properly setup the tun-device
Summary: net/iodine: iodined fails to properly setup the tun-device
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: David Thiel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-19 13:00 UTC by chen
Modified: 2010-02-19 19:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chen 2009-12-19 13:00:17 UTC
iodined fails to properly setup the tun-device opon execution.

# iodined -P test 192.168.0.1 x.y.z
Opened /dev/tun0
Setting IP of tun0 to 192.168.0.1
ifconfig: ioctl (SIOCAIFADDR): Destination address required

Looking more closely, the tun.c patch attempts to fix the problem but fails to do so. Neither the patched nor the unpatched version work as a tun-device can neither be created without a destination adress (patched behavior) nor with the destination adress equal to source adress (unpatched behavior).

How-To-Repeat: # iodined -P test 192.168.0.1 x.y.z
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-19 13:00:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lx

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 David Thiel freebsd_committer freebsd_triage 2009-12-30 07:50:53 UTC
State Changed
From-To: open->analyzed

Ticket filed with vendor: 

http://dev.kryo.se/iodine/ticket/89
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-02-16 21:34:35 UTC
lx          2010-02-16 21:34:26 UTC

  FreeBSD ports repository

  Modified files:
    net/iodine           Makefile distinfo 
  Removed files:
    net/iodine/files     patch-tun.c 
  Log:
  Update to 0.6.0 RC1, which should resolve problems setting up the tun interface.
  
  PR:             ports/141773
  Feature safe:   yes
  
  Revision  Changes    Path
  1.8       +2 -1      ports/net/iodine/Makefile
  1.7       +3 -3      ports/net/iodine/distinfo
  1.2       +0 -14     ports/net/iodine/files/patch-tun.c (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 David Thiel freebsd_committer freebsd_triage 2010-02-16 21:35:13 UTC
State Changed
From-To: analyzed->feedback

Updated to 0.6.0-rc1, which should fix this problem. Please confirm.
Comment 5 David Thiel freebsd_committer freebsd_triage 2010-02-19 19:41:05 UTC
State Changed
From-To: feedback->closed

Appears resolved now.