Bug 441635 - sit tunnel type seems to use ifup-eth instead of ifup-sit
Summary: sit tunnel type seems to use ifup-eth instead of ifup-sit
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 8
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-09 08:32 UTC by Catalin BOIE
Modified: 2014-03-17 03:13 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-04-09 14:27:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Catalin BOIE 2008-04-09 08:32:49 UTC
Description of problem:
A sit tunnel with SixXS speficed in ifcfg-sixxs does not came up on "service
network restart".

Version-Release number of selected component (if applicable):


How reproducible:
Add in /etc/sysconfig/network-scripts/ifcfg-sixxs:
DEVICE=sixxs
TYPE=sit
BOOTPROTO=none
ONBOOT=yes
IPV6INIT=yes
IPV6TUNNELIPV4=212.xx.xx.73
IPV6TUNNELIPV4LOCAL=xx.xxx.xx.xxx
IPV6ADDR="2001:xxxx:xxxx:xxxx::2/64"
IPV6_MTU="1280"
IPV6_DEFAULTGW="2001:xxxx:xxxx:xxxx::1"

And, then, run "service network restart".


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Seems that /etc/sysconfig/network-scripts/network-functions file has no full
support for sit tunnels.

If I add in source_config functions, under "GRE | IPIP)":
SIT | sit)
DEVICETYPE="sit"
;;

it fixes my problems.
Seems that else, the OTHERSCRIPT used is ifup-eth instead of ifup-sit.

This problem is also in F9beta, so, please, forward port it.


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