Bug 223011 - network init script doesn't stop VLAN_PLUS_VID_NO_PAD vlans
Summary: network init script doesn't stop VLAN_PLUS_VID_NO_PAD vlans
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On: 222975
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-01-17 15:33 UTC by Bill Nottingham
Modified: 2014-03-17 03:04 UTC (History)
2 users (show)

Fixed In Version: 8.50-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-02-19 22:38:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bill Nottingham 2007-01-17 15:33:22 UTC
+++ This bug was initially created as a clone of Bug #222975 +++

Description of problem:

vlan interfaces created with VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD aren't stopped
by /etc/rc.d/init.d/network.

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

initscripts-7.93.25.EL-1

How reproducible:

Always

Steps to Reproduce:

1. Add the following lines on /etc/sysconfig/network:
VLAN=yes
VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD
2. Create a vlan interface named vlan2
3. Bring vlan2 up: ifup vlan2
4. Stop network: service network stop
  
Actual results:

The vlan interface is not stopped.

Expected results:

The vlan interface should be stopped.

Additional info:

The attached patch fixes this problem.

-- Additional comment from villapla.es on 2007-01-17 04:00 EST --
Created an attachment (id=145780)
/etc/rc.d/init.d/network support for VLAN_PLUS_VID_NO_PAD vlans

Comment 1 Bill Nottingham 2007-01-17 17:20:31 UTC
Added in CVS, will be in 8.50-1.


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