remote-subnet6-set command issues
- remote-subnet6-set requires parameter id, which remote-subnet4-set does NOT (if it's missing it's calculated). Note that subnet4-add and subnet6-add does NOT require id - personally I would keep all those commands work the same way
remote-subnet6-set requires parameterrapid-commit
and has not completely correct message if this parameter is missing:
{
"result": 1,
"text": "unable to execute for <INSERT INTO dhcp6_subnet( subnet_id, subnet_prefix, client_class, interface, modification_ts, preferred_lifetime, rapid_commit, rebind_timer, relay, renew_timer, require_client_classes, reservation_mode, shared_network_name, user_context, valid_lifetime, calculate_tee_times, t1_percent, t2_percent ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)>, reason: Column 'rapid_commit' cannot be null (error code 1048)"
}
missing parameter is actually rapid-commit
not rapid_commit
and... it's not widely used option, shouldn't it be False
by default? As in subnet6-add?
Edited by Tomek Mrugalski