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#1251 - Static IPv6 routes do not work #7974

Closed
openwrt-bot opened this issue Jan 1, 2018 · 0 comments
Closed

FS#1251 - Static IPv6 routes do not work #7974

openwrt-bot opened this issue Jan 1, 2018 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

lorenz:

Device problem occurs on: TP-Link TL-WR841N/ND v10
Software versions of LEDE release: LEDE Reboot 17.01.4 r3560-79f57e422d / LuCI lede-17.01 branch (git-17.290.79498-d3f0685)

Steps to reproduce:

I configured a static IPv6 route as follows in /etc/config/network:

config route6
option interface 'lan'
option target 'fd99:827e:b43f:3000::/52'
option gateway 'fd99:827e:b43f:1040::5'
option metric '1'

However, that route does not get set up:

root@tikal-router:~# ip -6 route
fd99:827e:b43f::/48 from fd99:827e:b43f:1040::10 via fe80::4112:e572:86da:5d3b dev wlan0 metric 512
fd99:827e:b43f::/48 from fd99:827e:b43f:1040::/64 via fe80::4112:e572:86da:5d3b dev wlan0 metric 512
fd99:827e:b43f:1040::/64 dev wlan0 metric 256
fd99:827e:b43f:2010::/64 dev br-lan metric 1024
unreachable fd99:827e:b43f::/48 dev lo metric 2147483647 error -148
fe80::/64 dev br-lan metric 256
fe80::/64 dev wlan0 metric 256
unreachable default dev lo metric -1 error -128
ff00::/8 dev br-lan metric 256
ff00::/8 dev wlan0 metric 256
unreachable default dev lo metric -1 error -128

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