I can initialise a bridge under 4.3 consisting of the interfaces em0 and
em1 with the following configuration:

/etc $ grep . hostname.em*                                       
hostname.em0:up media autoselect
hostname.em1:up media autoselect
/etc $ cat bridgename.bridge0                                                   
                                            
add em0
add em1
maxage 6
priority 200
ifcost em0 10
ifcost em1 20
up

But no matter whether after a reboot or setting 'ifcost em0 10' manually,
brconfig says

/etc $ brconfig bridge0 ifcost em0 10 
brconfig: bridge0: 10: Invalid argument
/etc $ brconfig bridge0 ifcost em0    
brconfig: ifcost requires 2 arguments

The bridge itself is up, the maxage-parameter can be set, but neither
the priority-parameter (which doesn't change with no error / warning)
nor the ifcost-parameters are set.

Is there an issue with brconfig(8) in 4.3?

Please reply on the list.
TIA, Tobias
-- 
[EMAIL PROTECTED]

Reply via email to