Commit Graph

6 Commits

Author SHA1 Message Date
e68723738b added sample config
- simplified configuration file
- simplified to only use ipv4 and macaddresses for now
- added update query
- if insert fails with already exists error, try to update instead
2024-12-02 12:20:39 -07:00
c8ff16ec22 set generated strings to the line comment values
- keeps the name consistent with what is being looked up in the map
2024-09-24 17:10:39 -06:00
4d6d785924 add stringer to generate constant strings
- doing work on validation for each possible field
2024-09-24 16:58:42 -06:00
a78f001a41 working configuration for reservations
- Make ipv4 reservations in kea by directly writing to the database
- uses same configuration file as database configuration under the
heading reservationV4
2024-09-24 14:43:54 -06:00
003f9fca01 more work on fixing data access 2024-09-21 20:02:02 -06:00
1d0a5811ce migrated to cobra structure
adding abstractions for database to avoid passing around the connection
2024-09-20 15:21:41 -06:00