diff options
| author | Bill Nottingham <notting@redhat.com> | 2008-11-26 14:00:20 -0500 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2008-11-26 14:01:26 -0500 |
| commit | bb64b8dcb0da89de3e870e24504b816c8ef3e977 (patch) | |
| tree | b8e7264bfa1351c0d0274dfdd364549b131fa5a6 /sysconfig | |
| parent | 16d1193a2a50f515e16a955749f1e26eb108be9a (diff) | |
| download | initscripts-bb64b8dcb0da89de3e870e24504b816c8ef3e977.tar initscripts-bb64b8dcb0da89de3e870e24504b816c8ef3e977.tar.gz initscripts-bb64b8dcb0da89de3e870e24504b816c8ef3e977.tar.bz2 initscripts-bb64b8dcb0da89de3e870e24504b816c8ef3e977.tar.xz initscripts-bb64b8dcb0da89de3e870e24504b816c8ef3e977.zip | |
Remove support for no longer existing 'brctl setgcint' command. (#360471)
Diffstat (limited to 'sysconfig')
| -rwxr-xr-x | sysconfig/network-scripts/ifup-eth | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup-eth b/sysconfig/network-scripts/ifup-eth index f3996ce7..22bc2f6c 100755 --- a/sysconfig/network-scripts/ifup-eth +++ b/sysconfig/network-scripts/ifup-eth @@ -63,7 +63,6 @@ if [ "${TYPE}" = "Bridge" ]; then /usr/sbin/brctl addbr ${DEVICE} || exit 1 fi [ -n "${DELAY}" ] && /usr/sbin/brctl setfd ${DEVICE} ${DELAY} - [ -n "${GCINT}" ] && /usr/sbin/brctl setgcint ${DEVICE} ${GCINT} [ -n "${STP}" ] && /usr/sbin/brctl stp ${DEVICE} ${STP} fi |
