#17576: Missing sourcerouting support for static IPv6 configuration
--------------------------+-----------------------------------
  Reporter:  oskar456     |      Owner:  developers
      Type:  defect       |     Status:  closed
  Priority:  normal       |  Milestone:  Barrier Breaker 14.07
 Component:  base system  |    Version:  Trunk
Resolution:  worksforme   |   Keywords:
--------------------------+-----------------------------------
Changes (by cyrus):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 Noted, however you can work around this issue by setting the default
 routes up manually.
 Instead of using

 {{{
 config interface wan6
 ...
 option ip6gw 2001:db80::1
 ...
 }}}

 you can set up routes manually like this

 {{{
 config route6
 option interface wan6
 option target ::/0
 option gateway 2001:db80::1
 option source 2001:db81::/56
 }}}

 I will try to fix ip6gw for after BB.

--
Ticket URL: <https://dev.openwrt.org/ticket/17576#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to