fedora-sysv / initscripts

📜 Scripts to bring up network interfaces and legacy utilities in Fedora.
GNU General Public License v2.0
47 stars 52 forks source link

[RHEL8] ifup-eth: Fix bridge setting stp option #284

Closed jamacku closed 5 years ago

jamacku commented 5 years ago

Fixes https://bugzilla.redhat.com/1743522

An uninitialized variable was copied from a closed PR [1] to submitted PR [2].

[1] https://github.com/fedora-sysv/initscripts/pull/212 [2] https://github.com/fedora-sysv/initscripts/pull/213

Signed-off-by: Bell Levin blevin@redhat.com (cherry picked from commit dd703a8494647d401dbffa0f036233e08044ec60)

jamacku commented 5 years ago

Clone of #283