<div dir="ltr">Hi,<div><br></div><div>the docs say:</div><div><br></div><div>-G, --dhcp-host=[<hwaddr>][,id:<client_id>|*][,set:<tag>][,<ipaddr>][,<hostname>][,<lease_time>][,ignore]<br></div><div><br></div><div>however as far as I can tell setting a tag works also if I put it after the ipddr. Is this expected? I would actually prefer that for consistency in parsing the config since most stanzas don't have tags set.</div><div><br></div><div>Can I just do that or will it cause trouble that I'm not foreseeing?</div><div><br></div><div>I'd like the order to be the following:</div><div>mac,ip,hostname,tags</div><div><br></div><div>This seems to match the most common scenario for setting a static lease, but maybe that's just my case. This will help parsing the file since I can set an expectation on number of arguments, ie if it's 2 args it's mac and ip, 3 it has a hostname and 4 a tag set. Otherwise code needs to get more complicated to try and parse with regexps the field trying to understand if it's a tag or an ip or what.</div><div><br></div><div>thanks,</div><div><br></div><div>Spike</div></div>