Bug 58360

Summary: Несуществующая команда в man'е
Product: Sisyphus Reporter: Vladislav Glinkin <glinkinvd>
Component: ip-brctlAssignee: Alexey Shabalin <shaba>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: shaba
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Vladislav Glinkin 2026-03-25 12:53:03 MSK
Согласно man'у:
	brctl setgcint <brname> <time> sets the garbage collection interval for the bridge <brname> to <time> seconds. This means that the bridge will check the forwarding database for timed out entries every <time> seconds.

Шаги воспроизведения:
	# brctl setgcint br0 10

Результат:
	never heard of command [setgcint]
	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
	        hairpin         <bridge> <port> {on|off}        turn hairpin on/off
	        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            [ <bridge> ]            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

В /usr/sbin/ip-brctl такой в принципе нету:
	# cat /usr/sbin/ip-brctl | grep setgc
	# echo $?
	1
Comment 1 Repository Robot 2026-03-27 02:13:03 MSK
ip-brctl-0.3-alt1 -> sisyphus:

Fri Mar 27 2026 Alexey Shabalin <shaba@altlinux> 0.3-alt1
- Fix timer validation error texts.
- Fix delif error argument order.
- Tighten float input validation.
- Fix signed long range check.
- Fix hairpin slave option (ALT#58376).
- Fix boolean conversion in make_bool (ALT#58372).
- Fix setmaxage bridge attribute (ALT#58370).
- Align setgcint docs with implementation (ALT#58360).
- Fix addif validation (ALT#58359).
- Fix exec_iplink argument handling (ALT#58358).