hanwckf/immortalwrt-mt798x

多wifi有时开机出现桥接错乱

w22gb8 opened this issue · 1 comments

Describe the bug

使用的老无线管理界面,配置文件:

config interface 'robot'
        option proto 'static'
        option ipaddr '10.0.100.1'
        option netmask '255.255.255.0'
        option device 'br-robot'
        option ip6assign '60'

config device
        option type 'bridge'
        option name 'br-robot'
        list ports 'eth0.3'
        list ports 'ra1'
        list ports 'rax1'

config interface 'guest'
        option proto 'static'
        option ipaddr '10.0.101.1'
        option netmask '255.255.255.0'
        option device 'br-guest'
        option delegate '0'

config device
        option type 'bridge'
        option name 'br-guest'
        list ports 'ra2'
        list ports 'rax2'

config interface 'lan'   
        option device 'br-lan'
        option proto 'static'
        option netmask '255.255.255.0'
        option ip6assign '60'     
        option ipaddr '192.168.1.1' 

config device                         
        option name 'br-lan'    
        option type 'bridge' 
        list ports 'eth0.1'

有时开机后brctl如下:

bridge name     bridge id               STP enabled     interfaces
br-guest                7fff.d6da21dc671d       no              rax2
br-lan          7fff.d4da21ac671c       no              eth0.1
                                                        ra1
                                                        rax0
                                                        ra2
                                                        ra0
br-robot                7fff.fa69b1200948       no              eth0.3
                                                        rax1

ImmortalWrt version

21.02-SNAPSHOT

ImmortalWrt target/subtarget

r0-6267349

Device

redmi ax6000

Image kind

Self-built image

Steps to reproduce

No response

Actual behaviour

No response

Expected behaviour

No response

Additional info

No response

Diffconfig

No response

Terms

  • I am reporting an issue for ImmortalWrt, not an unsupported fork.

更新到mtkwifi-cfg再看看吧。