feat(vault01): Add user vlans #93
No reviewers
Labels
No labels
awaiting
awaiting-author
awaiting
awaiting-reviewer
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#93
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch ":main"
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?
Only the first 300 vlans are activated, 850 make it crash
@ -38,0 +46,4 @@
name = "vlan-user-${builtins.toString vlan}";
value = {
Id = vlan;
address = [ "10.0.${builtins.toString prefix24nb}.${builtins.toString (prefix29nb + 1)}/29" ];
Pourquoi pas mettre le +1 directement dans le calcul de prefix29nb ?
Je trouvais ça plus sensé sémantiquement :
10.0.${builtins.toString prefix24nb}.${builtins.toString prefix29nb}
c'est l'adresse du réseau, avec le +1 c'est notre adresse, et si on vient à en avoir besoin, +7 c'est le broadcastJe peut changer si tu préfères
Non, ça me va
8a7f275e92
to04c553b162
04c553b162
to01c2505491