summaryrefslogtreecommitdiff
path: root/data/templates/dhcp-client/ipv6_new.tmpl
AgeCommit message (Collapse)Author
2020-08-03ifconfig: T2740: pass config dict to DHCP class for IPv6Christian Poessinger
This removes additional code paths as we can instatly work with the input dict the same was as it was done for PPPoE. This fixes the entire DHCPv6-PD support on non PPPoE interfaces as this was lost in translation while processing T2653.
2020-07-01ifconfig: T2653: move pppoe interface to get_config_dict()Christian Poessinger