Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2113 - Lost connection to router after bridging #6964

Open
openwrt-bot opened this issue Feb 10, 2019 · 0 comments
Open

FS#2113 - Lost connection to router after bridging #6964

openwrt-bot opened this issue Feb 10, 2019 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

sergey-zabolotny:

Supply the following if possible:

  • Problem occurs on all (at least tp-link 842ndv3,841nd,741nd) devices with ar943x
  • Software versions of OpenWrt/LEDE: openwrt 18.06, lede 17.04
  • Steps to reproduce
  1. create switch configuration:
    config switch
    option name 'switch0'
    option reset '1'
    option enable_vlan '1'

config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0t 4'
option vid '1'

config switch_vlan
option device 'switch0'
option vlan '2'
option vid '2'
option ports '0t 3'

config switch_vlan
option device 'switch0'
option vlan '3'
option vid '3'
option ports '0t 2t'

config switch_vlan
option device 'switch0'
option vlan '4'
option vid '4'
option ports '0t 1'

  1. add interfaces eth0.2, eth0.3, eth0.4 into br-lan bridge

  2. now we have unreachable device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant