#21322: Incorrect routing IPv6 on 15.05
------------------------+--------------------------------
Reporter: maxyamus@… | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone:
Component: packages | Version: Chaos Calmer 15.05
Keywords: |
------------------------+--------------------------------
Hello,
I have issues with ipv6 routing with freshly upgraded to stable release
15.05.
Here is my config:
{{{
interfaces:
config interface 'wan'
option ifname 'eth1'
option bridge 'false'
option proto 'dhcp'
option broadcast '1'
option peerdns '0'
option dns '208.67.220.222 208.67.222.220 208.67.220.220
208.67.222.222'
config interface 'wan61'
option ifname '@wan'
option proto '6rd'
option ip6prefix '2602:100::'
option ip6prefixlen '32'
option dns '2001:4860:4860::8888 2001:4860:4860::8844'
option peeraddr '68.114.165.1'
option ip4prefixlen '0'
option auto '0'
option ipaddr 'my ip here.. '
}}}
For some reason I get "::" in front of ipv4 gw evertywhere, though,
everything set correctly in configs.
{{{
ip -6 r s
default from 2602:100:18ab:67b0::/64 via ::68.114.165.1 dev 6rd-wan61
proto static metric 4096
default from 2602:100::/32 via ::68.114.165.1 dev 6rd-wan61 proto static
metric 4096
::/96 dev 6rd-wan61 proto kernel metric 256
2602:100:18ab:67b0::/64 dev br-lan proto static metric 1024
unreachable 2602:100:18ab:67b0::/64 dev lo proto static metric
2147483647 error -128
2602:100::/32 dev 6rd-wan61 proto kernel metric 256
fe80::/64 dev eth0 proto kernel metric 256
fe80::/64 dev br-guest proto kernel metric 256
fe80::/64 dev br-lan proto kernel metric 256
fe80::/64 dev wlan0 proto kernel metric 256
fe80::/64 dev eth1 proto kernel metric 256
}}}
and ifstatus wan61, again "::" in front of ipv4 everywhere.
{{{
root@HGW:~# ifstatus wan61
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"uptime": 85601,
"l3_device": "6rd-wan61",
"proto": "6rd",
"updated": [
"addresses",
"routes",
"prefixes"
],
"metric": 0,
"delegation": true,
"ipv4-address": [
],
"ipv6-address": [
{
"address": "2602:100:18ab:67b0::1",
"mask": 32
}
],
"ipv6-prefix": [
{
"address": "2602:100:18ab:67b0::",
"mask": 64,
"class": "wan61",
"assigned": {
"lan": {
"address": "2602:100:18ab:67b0::",
"mask": 64
}
}
}
],
"ipv6-prefix-assignment": [
],
"route": [
{
"target": "::",
"mask": 0,
"nexthop": "::68.114.165.1",
"metric": 4096,
"source": "2602:100:18ab:67b0::1\/32"
},
{
"target": "::",
"mask": 0,
"nexthop": "::68.114.165.1",
"metric": 4096,
"source": "2602:100:18ab:67b0::\/64"
}
],
"dns-server": [
"2001:4860:4860::8888",
"2001:4860:4860::8844"
],
"dns-search": [
],
"inactive": {
"ipv4-address": [
],
"ipv6-address": [
],
"route": [
],
"dns-server": [
],
"dns-search": [
]
},
"data": {
}
}
}}}
Please advice,
Thank you.
--
Ticket URL: <https://dev.openwrt.org/ticket/21322>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets