Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(net): getNetworkAddress() #4677

Merged
merged 17 commits into from
May 30, 2024
Prev Previous commit
fmt
  • Loading branch information
iuioiua committed May 30, 2024
commit be69455fdee5416989f8c67f06c9fe6018b9ac6e
2 changes: 1 addition & 1 deletion net/get_network_address_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const INTERFACES: Deno.NetworkInterfaceInfo[] = [
netmask: "ffff:ffff:ffff:ffff::",
scopeid: 17,
cidr: "fe80::7c00:d02e:f1ae:3980/64",
mac: "00:00:00:00:00:00"
mac: "00:00:00:00:00:00",
},
// Network accessible
{
Expand Down