{"id":36530005,"url":"https://github.com/nspeed-app/testdhcpv6pd","last_synced_at":"2026-01-14T19:58:07.041Z","repository":{"id":153187714,"uuid":"626952479","full_name":"nspeed-app/testdhcpv6pd","owner":"nspeed-app","description":"test DHCPv6 prefix delegation","archived":false,"fork":false,"pushed_at":"2025-04-28T11:39:21.000Z","size":2855,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T05:34:47.657Z","etag":null,"topics":["client","dhcpv6"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nspeed-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-12T13:42:00.000Z","updated_at":"2025-09-16T10:17:10.000Z","dependencies_parsed_at":"2025-02-26T10:36:25.621Z","dependency_job_id":"c047eacb-6435-413b-8e03-abea053b8276","html_url":"https://github.com/nspeed-app/testdhcpv6pd","commit_stats":null,"previous_names":["nspeed-app/testdhcpv6pd"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/nspeed-app/testdhcpv6pd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspeed-app%2Ftestdhcpv6pd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspeed-app%2Ftestdhcpv6pd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspeed-app%2Ftestdhcpv6pd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspeed-app%2Ftestdhcpv6pd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nspeed-app","download_url":"https://codeload.github.com/nspeed-app/testdhcpv6pd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspeed-app%2Ftestdhcpv6pd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28433855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["client","dhcpv6"],"created_at":"2026-01-12T02:59:42.292Z","updated_at":"2026-01-14T19:58:07.032Z","avatar_url":"https://github.com/nspeed-app.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# testdhcpv6pd\n\nSends a DHCPv6-PD solicit message and displays the response (no request is done)\n\n## usage\n\n````text\ntestdhcpv6pd [options] [interface name] or [interface index]\n\nAvailable options:\n  -a string\n        anonymize ip addresses (format = list word indexes to show) (default \"12345678\")\n  -dll string\n        specify type 3 DUID-LL using the provided mac address ( : or - separated digits)\n  -dllt string\n        specify type 1 DUID-LLT using the provided mac address ( : or - separated digits)\n  -dlltt uint\n        specify the Time field for DUID-LLT\n  -duu string\n        specify type 4 DUID-UUID (format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)\n  -p value\n        ask for a specific prefix and/or length (repeatable, default is one prefix of ::/64)\n  -s    dont print debug messages\n  -test\n        dry-run only,  print the solicit paquet, nothing is send on the network\n  -v    display version\n````\n\nWithout argument, `testdhcpv6pd` will display the available interfaces\n\nUse -s to suppress packet debugging \n\nUse `-a format` to anonymize the prefix where `format` is a list of indexes. \nEach index, from 1 to 8, is the nibble (field) number of the address to display (`1111:2222:3333:4444:5555:6666:7777:8888`).\nNon displayed parts will be replaced by `xxxx`.\nFor instance `-a 18` only displays the first and last part of the address.\nLikewise, `-a 14` displays  `2a01:xxxx:xxxx:1234::/64` instead of `2a01:341c:325d:1234::/64`\n\nUse `-p ::/60` to request a /60 prefix or even `-p 2a01:xxxx:xxxx:xxxx::/64` to request a specific prefix. \nCan be repeated. The values used for the `iaid` are 1, 2, etc\n\nOther options allow to change the DUID.\n\n## notes\n\nNot tested on *bsd, plan9\n\nLinux systems require *at least* `cap_net_bind_service` capability to bind to port 546 (see `man 7 capabilities`) or just use `sudo`\n\nDarwin/MacOS: use `sudo`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnspeed-app%2Ftestdhcpv6pd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnspeed-app%2Ftestdhcpv6pd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnspeed-app%2Ftestdhcpv6pd/lists"}