Show Table of Contents
9.5. Ethernet Bridge Configuration Using iproute
The iproute package can be used as an alternative to the bridge-utils. It allows to set bridge port options such as
priority, cost or state.
To set port options for an interface eth0 enslaved in a bridge device, using the
ip utility, issue the following command as root:
~]# ip link set eth0 type bridge_slave option
To select the available options, using the
ip utility, issue the following command as root:
~]# ip link help bridge_slave
Usage: ... bridge_slave [ state STATE ] [ priority PRIO ] [cost COST ]
[ guard {on | off} ]
[ hairpin {on | off} ]
[ fastleave {on | off} ]
[ root_block {on | off} ]
[ learning {on | off} ]
[ flood {on | off} ]
For more details on the port options, see the ip-link(8) man page.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.