dhcp: allow different router IP suffix
This variable is only needed because we're in the process of deploying keepalived. For now it's only at EDC.
This commit is contained in:
parent
e58ee1c4b5
commit
4372b21976
5 changed files with 8 additions and 2 deletions
|
@ -7,3 +7,4 @@ subnet_ids:
|
|||
users_wired: 40
|
||||
users_wifi: 41
|
||||
|
||||
router_ip_suffix: 254
|
||||
|
|
|
@ -7,3 +7,4 @@ subnet_ids:
|
|||
users_wired: 10
|
||||
users_wifi: 11
|
||||
|
||||
router_ip_suffix: 240
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
---
|
||||
apartment_block: gs
|
||||
apartment_block_id: 5
|
||||
|
||||
router_ip_suffix: 240
|
||||
|
|
|
@ -6,3 +6,5 @@ subnet_ids:
|
|||
ap: 142
|
||||
users_wired: 20
|
||||
users_wifi: 21
|
||||
|
||||
router_ip_suffix: 240
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue