Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78016 - When it is created the device tun this is not created like of type IPIP Tunnel
Summary: When it is created the device tun this is not created like of type IPIP Tunnel
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-14 13:38 UTC by INODE64 Sistemas
Modified: 2005-01-17 16:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Initial patch (tun.c.patch,324 bytes, patch)
2005-01-14 13:38 UTC, INODE64 Sistemas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description INODE64 Sistemas 2005-01-14 13:38:17 UTC
Example ifconfig after:
tun1      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:10.1.0.2  P-t-P:10.1.0.1  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1299  Metric:1
          RX packets:1 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:10
          RX bytes:84 (84.0 b)  TX bytes:84 (84.0 b)

before:

tun1      Link encap:IPIP Tunnel  HWaddr
          inet addr:10.1.0.2  P-t-P:10.1.0.1  Mask:255.255.255.255
          UP POINTOPOINT RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:27350 errors:0 dropped:0 overruns:0 frame:0
          TX packets:27894 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:10
          RX bytes:10184280 (9.7 Mb)  TX bytes:6085638 (5.8 Mb)


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 INODE64 Sistemas 2005-01-14 13:38:41 UTC
Created attachment 48495 [details, diff]
Initial patch
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-01-15 19:30:27 UTC
what package is this for?
Comment 3 Daniel Black (RETIRED) gentoo-dev 2005-01-16 01:04:25 UTC
for the linux kernel? What are the advantages of having an IPIP tun device? Have you submitted this to the linux kernel devs?
Comment 4 INODE64 Sistemas 2005-01-16 15:08:49 UTC
Yes, is for gentoo-dev-sources and tun developer (But I do not know if it will be accepted)
Tunnes device is for openvpn or uml and others tools,
The device is not correctely defined 
Comment 5 Daniel Drake (RETIRED) gentoo-dev 2005-01-17 16:36:07 UTC
Please send this through the upstream maintainers (see /usr/src/linux/Documentation/SubmittingPatches). If it gets accepted then it will magically appear in the gentoo-dev-sources tree :)