mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-28 22:54:34 +01:00
Forgot to commit before PR merge
This commit is contained in:
@@ -14,15 +14,7 @@ function SubnetView({subnet} : {subnet : SubnetCommand}) {
|
||||
<SubnetRow ip={subnet.input.ipAddress} descr="Address"/>
|
||||
<SubnetRow ip={getNetworkAddress(subnet.input)} descr="Network"/>
|
||||
<SubnetRow ip={createSubnetMaskIp(subnet.input)} descr="Net Mask"/>
|
||||
<SubnetRow ip={getBroadCastAddress(subnet.input)} descr="Broadcast"/>
|
||||
<tr>
|
||||
<td className="description soft">
|
||||
<span>Mask Length</span>
|
||||
</td>
|
||||
<td>
|
||||
{subnet.input.maskBits}
|
||||
</td>
|
||||
</tr>
|
||||
<SubnetRow ip={getBroadCastAddress(subnet.input)} descr="Broadcast"/>
|
||||
<tr>
|
||||
<td className="description soft">
|
||||
<span>Network Size</span>
|
||||
|
||||
Reference in New Issue
Block a user