Skip to content

Commit

Permalink
d8c suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcasticadmin committed Feb 29, 2024
1 parent e459e4d commit dfaf0b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions facts/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ def dhcp6ranges(prefix, bitmask):
# Conditional for the exVmVendor vlan, matching the ipv4 /20
if prefix == "2001:470:f026:112::":
return [
prefsplit + ":1::1",
prefsplit + ":1::1000", # 4096 addresses
prefsplit + ":d8c::1",
prefsplit + ":d8c::1000", # 4096 addresses
]

return [
prefsplit + ":1::1",
prefsplit + ":1::800", # 2048 addresses
prefsplit + ":d8c::1",
prefsplit + ":d8c::800", # 2048 addresses
]


Expand Down

0 comments on commit dfaf0b1

Please sign in to comment.