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:00:20 -0500 |
commit | 8526b5c44655b71484ba5458ef489bd60efdbd1b (patch) | |
tree | cf7fb7d8dfffc2be887cf8d15fffadcb9b6ba07c /sysconfig | |
parent | f7ccedaa791b03bcc8a9601119dc6bea27dc6eae (diff) | |
download | initscripts-8526b5c44655b71484ba5458ef489bd60efdbd1b.tar initscripts-8526b5c44655b71484ba5458ef489bd60efdbd1b.tar.gz initscripts-8526b5c44655b71484ba5458ef489bd60efdbd1b.tar.bz2 initscripts-8526b5c44655b71484ba5458ef489bd60efdbd1b.tar.xz initscripts-8526b5c44655b71484ba5458ef489bd60efdbd1b.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 |