Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 145780 Details for
Bug 222975
network init script doesn't stop VLAN_PLUS_VID_NO_PAD vlans
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
/etc/rc.d/init.d/network support for VLAN_PLUS_VID_NO_PAD vlans
network-vlan_plus_vid_no_pad.patch (text/plain), 627 bytes, created by
Juanjo Villaplana
on 2007-01-17 09:00:38 UTC
(
hide
)
Description:
/etc/rc.d/init.d/network support for VLAN_PLUS_VID_NO_PAD vlans
Filename:
MIME Type:
Creator:
Juanjo Villaplana
Created:
2007-01-17 09:00:38 UTC
Size:
627 bytes
patch
obsolete
>--- /etc/rc.d/init.d/network 2006-04-18 22:11:45.000000000 +0200 >+++ network 2007-01-17 09:49:35.000000000 +0100 >@@ -121,7 +121,7 @@ > continue > fi > >- if [ "${DEVICE%%.*}" != "$DEVICE" ] ; then >+ if [ "${DEVICE%%.*}" != "$DEVICE" -o "${DEVICE##vlan}" != "$DEVICE" ] ; then > vlaninterfaces="$vlaninterfaces $i" > unset DEVICE TYPE SLAVE BRIDGE > continue >@@ -230,7 +230,7 @@ > continue > fi > >- if [ "${DEVICE%%.*}" != "$DEVICE" ] ; then >+ if [ "${DEVICE%%.*}" != "$DEVICE" -o "${DEVICE##vlan}" != "$DEVICE" ] ; then > vlaninterfaces="$vlaninterfaces $i" > unset DEVICE TYPE SLAVE BRIDGE > continue
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222975
: 145780