Bug 223011

Summary: network init script doesn't stop VLAN_PLUS_VID_NO_PAD vlans
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal, villapla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 8.50-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-19 22:38:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 222975    
Bug Blocks:    

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.