Description of problem: In section 19.4 of the online Virutalization document, there are errors concerning the brctl command. First the doc lists it as "brtctl" and then goes on to use it in examples at "btctl". btctl is the bluetooth control daemon. Version-Release number of selected component (if applicable): https://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Virtualization-en-US/ch-virt-troubleshoot-tools.html How reproducible: Reference is made to brctl; however, in the example the command given is incorrectly spelled, btcrl. See the command example: btcrl showmacs xenbr0 Which should read: brctl showstp xenbr0
Changing owner to Don to address
just to verify: is "btctl" correct?
The command in question: # brctl Usage: brctl [commands] commands: addbr <bridge> add bridge delbr <bridge> delete bridge addif <bridge> <device> add interface to bridge delif <bridge> <device> delete interface from bridge setageing <bridge> <time> set ageing time setbridgeprio <bridge> <prio> set bridge priority setfd <bridge> <time> set bridge forward delay sethello <bridge> <time> set hello time setmaxage <bridge> <time> set max message age setpathcost <bridge> <port> <cost> set path cost setportprio <bridge> <port> <prio> set port priority show show a list of bridges showmacs <bridge> show a list of mac addrs showstp <bridge> show bridge stp info stp <bridge> {on|off} turn stp on/off
fix applied to RHEL5.0, 5.1, and 5.2 source trees. will build and update soon.