#20484: setting PPPoE as connection method for 'wan' should set interface for
'wan6' too
-------------------------+--------------------------
  Reporter:  anonymous   |      Owner:
      Type:  defect      |     Status:  closed
  Priority:  high        |  Milestone:
 Component:  luci        |    Version:  Trunk
Resolution:  worksforme  |   Keywords:  dhcpv6, ipv6
-------------------------+--------------------------
Changes (by cyrus):

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


Comment:

 Either remove the "option ipv6 1" stanca or use "option ipv6 auto" then
 the entire wan6 section is redundant. This is the new "magic" in CC.

 If you keep option ipv6 at any other value (e.g. 1 as in your example) you
 need to manually provide the the dhcpv6-section with ifname @wan.

 So summarizing for CC:

 option ipv6 empty / unset => IPv6 will be provided and the proto=dhcpv6
 section is not needed since its automatically created internally.

 option ipv6 0 => disable IPv6 entirely for this PPP connection

 option ipv6 1 => only provide link-layer IPv6 (as in BB), you need to
 manually add the proto=dhcpv6 section in order to have IPv6 on layer 3.

--
Ticket URL: <https://dev.openwrt.org/ticket/20484#comment:4>
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