Bug 123324 - [PATCH] STP Bridging support
Summary: [PATCH] STP Bridging support
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 1
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-05-17 04:38 UTC by Nuno Tavares
Modified: 2014-03-17 02:45 UTC (History)
1 user (show)

Fixed In Version: 7.69-1
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-25 19:18:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Nuno Tavares 2004-05-17 04:38:33 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

Description of problem:
Someone missed the option for activating STP for "Bridge" devices..


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

How reproducible:
Always

Steps to Reproduce:
Just try it..

Additional info:

Comment 1 Nuno Tavares 2004-05-17 04:41:50 UTC
Here is a patch, that allows "STP=on" to be specified 
on /etc/sysconfig/network-scripts/ifcfg-br*:

--- ifup-orig   2004-05-07 19:56:47.000000000 +0100
+++ ifup        2004-05-07 20:07:25.000000000 +0100
@@ -171,6 +171,7 @@
       fi
       [ -n "${DELAY}" ] && /usr/sbin/brctl setfd ${DEVICE} ${DELAY}
       [ -n "${GCINT}" ] && /usr/sbin/brctl setgcint ${DEVICE} 
${GCINT}
+      [ "${STP}" = "on" ] && /usr/sbin/brctl stp ${DEVICE} on
 fi
  
 if [ -n "${BRIDGE}" -a -x /usr/sbin/brctl ]; then


Comment 2 Bill Nottingham 2004-08-25 19:18:20 UTC
Added as:

[ -n "${STP}" ] && /usr/sbin/brctl stp ${DEVICE} ${STP}

in CVS. Will be in 7.69-1.


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