feat(nix-lib/network): init extra.net for ip manipulation #743
No reviewers
Labels
No labels
awaiting
awaiting-author
awaiting
awaiting-reviewer
bot
deployed
Silenced alert
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
DGNum/infrastructure!743
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "nix-lib/net"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
features (v4 only)
Reste à faire :
features * types for modules * extraction of - network address - network broadcast adress - network mask * test for network address * incrementation and decrementation * ip difference@ -0,0 +309,4 @@v6 = {iplen = 128;partlen = 16;parser = str: throw;Le parser d'ipv6 existe dans nixpkgs btw
Je viens de le regarder, il est pas exposed dans lib (enfin si mais seulement après du reformatage un peu chiant) donc je vais devoir le refaire...
en plus vu que j'ai de la mécanique qui attrape les erreurs je peux me permettre de faire n'imp pour support la fin en v4 en plus.
WIP: feat(nix-lib/network): init extra.net for ip manipulationto feat(nix-lib/network): init extra.net for ip manipulation3ce8609e9398f11b3da4@ -0,0 +178,4 @@name,# len of ip in bitiplen,# len of ip parts in bitin bits
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.