Update remote-global-parmeter4-set (cb_cmds) to handle other parameter types than strings
We have recently extended the dhcp4_global_parameter
table to include the native type of the global parameter. This was required because the global parameters are held in the database as strings. The server needs to know the types of the parameters to correctly interpret them. Today, the remote-global-parameter4-set
command can only store a string in the database. We need to extend it to also accept other types. The following section in the design:
describes the variants of the command to be supported.