Opened 10 years ago

Closed 10 years ago

Last modified 7 years ago

#5391 closed enhancement (wontfix)

Use iproute2 instead of bridge-utils in bridge service

Reported by: ojab Owned by: blfs-book@…
Priority: normal Milestone: x-future
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

bridge-utils is unnecessary for setting up a bridge, only iproute2 can be used.

Attachments (2)

bridge_use_iproute.patch (1.7 KB ) - added by ojab 10 years ago.
Use iproute2 instead of bridge-utils, trailing whitespace cleanups
qemu_iproute2.patch (1.2 KB ) - added by ojab 10 years ago.
qemu ifup/ifdown patch

Download all attachments as: .zip

Change History (5)

by ojab, 10 years ago

Attachment: bridge_use_iproute.patch added

Use iproute2 instead of bridge-utils, trailing whitespace cleanups

comment:1 by bdubbs@…, 10 years ago

Milestone: 7.6future

Moving to future. The current bridge service works fine and this change is quite a bit more intrusive than it first appears. Removing brctl from, the script means that the script needs to be moved from bridge-utils to somewhere else. The most logical place would be LFS instead of BLFS.

The only place a bridge is used in BLFS is for qemu network scripts. Removing bridge-utils would require updating those scripts that also work well. Note also that the bridge-utils package is a trivial build (about 2 seconds).

At this time, the change is more effort than it is worth.

by ojab, 10 years ago

Attachment: qemu_iproute2.patch added

qemu ifup/ifdown patch

comment:2 by bdubbs@…, 10 years ago

Resolution: wontfix
Status: newclosed

The suggestion is valid, but the changes make reading the script slightly less clear. The change does not provide significant advantages and the current methodology works quite well.

comment:3 by bdubbs@…, 7 years ago

Milestone: futurex-future

Milestone renamed

Note: See TracTickets for help on using tickets.