Revision d86b275c
Added by Chris Buechler over 15 years ago
usr/local/www/services_dhcp_relay.php | ||
---|---|---|
223 | 223 |
<td width="78%" class="vtable"> |
224 | 224 |
<input name="agentoption" type="checkbox" value="yes" <?php if ($pconfig['agentoption']) echo "checked"; ?>> |
225 | 225 |
<strong>Append circuit ID and agent ID to requests</strong><br> |
226 |
If this is checked, the DHCP relay will append the circuit ID ({$g['product_name']} interface number) and the agent ID to the DHCP request.</td>
|
|
226 |
If this is checked, the DHCP relay will append the circuit ID (<?=$g['product_name'];?> interface number) and the agent ID to the DHCP request.</td>
|
|
227 | 227 |
</tr> |
228 | 228 |
<tr> |
229 | 229 |
<td width="22%" valign="top" class="vncell">Destination server</td> |
Also available in: Unified diff
fix product_name