mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Blind coded a edit page for IPv6. the subnet check needs to be written entirely. Checking if the IP address falls within the v6 subnet isn't so hard, what is harder is making sure that the ip does not fall within the dynamic subnet. For that we need proper subnet math calculus. Which we don't have yet.
This commit is contained in:
parent
11085d2abc
commit
4e8e7662c0
@ -848,7 +848,7 @@ include("head.inc");
|
||||
<?=htmlspecialchars($mapent['mac']);?>
|
||||
</td>
|
||||
<td class="listr" ondblclick="document.location='services_dhcpv6_edit.php?if=<?=$if;?>&id=<?=$i;?>';">
|
||||
<?=htmlspecialchars($mapent['ipaddr']);?>
|
||||
<?=htmlspecialchars($mapent['ipaddrv6']);?>
|
||||
</td>
|
||||
<td class="listr" ondblclick="document.location='services_dhcpv6_edit.php?if=<?=$if;?>&id=<?=$i;?>';">
|
||||
<?=htmlspecialchars($mapent['hostname']);?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user