summaryrefslogtreecommitdiff
path: root/packages/wide-dhcpv6
AgeCommit message (Collapse)Author
2023-09-25ci/cd: update branch references current -> sagittaChristian Breunig
2023-07-25wide-dhcpv6: T5387: Add a no release option '-n'.1vivy
This prevents a release signal from being sent to the ISP causing a new PD or address to be allocated. wide-dhcpv6: T5387: Renumber patch file wide-dhcpv6: T5387: Redo patch ontop of debian sources Co-authored-by: MrLenin <909621+MrLenin@users.noreply.github.com> Co-authored-by: marjohn56 <martin@queens-park.com>
2023-05-26packages: change glob pattern to be recursiveChristian Breunig
2023-03-11Docker: T5076: unbloat container - remove dependencies for wide-dhcpv6Christian Breunig
2022-11-23gitignore: cleanup double rules from individual packagesChristian Poessinger
Individual packages like dropbear, frr, iproute2 ... all came with a copy of gitignore rules already present in the base file. Those rules have been dropped.
2022-11-03packages: wide-dhcpv6: T4760: fix support for multiple dhcp6c instancesinitramfs
This commit adds a patch to the WIDE DHCPv6 client forcing it to bind to the last network interface specified on the command line, allowing multiple concurrent instances of the daemon running without having a single daemon receiving all the incoming DHCPv6 packets.
2021-07-24Jenkins: only build packages if the package changes at all - skip otherwiseChristian Poessinger
This will only run the Jenkins Pipeline if Git detects a change in the specified file path. If no change is found in the path, the individual Pipeline statges are skipped.
2021-04-09packages: wide-dhcpv6: rename build scriptChristian Poessinger
2021-03-26Jenkins: enable arm64 buildsChristian Poessinger
2021-01-25wide-dhcpv6: T3240: add CIChristian Poessinger