You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the mapping logic includes network and broadcast IPs, which is causing issues. This update aims to fix the mapping functionality by excluding network and broadcast IPs, ensuring that only host IPs are used for mapping purposes.
Problem Description:
The current mapping logic for IP addresses includes network and broadcast IPs, which is causing inaccuracies in the mapping results. This issue is illustrated in the example image provided
Expected Behavior:
The mapping logic should only consider host IPs for mapping purposes. Network and broadcast IPs should be excluded from the mapping process.
Impact:
The total number of hosts calculated using the updated mapping logic should be 254, as demonstrated in the example image. Out of these hosts, 2 should be marked as online, while 252 should be marked as offline.
Note: This update will improve the accuracy and reliability of the mapping functionality, ensuring that only valid host IPs are considered for mapping purposes
The text was updated successfully, but these errors were encountered:
Currently, the mapping logic includes network and broadcast IPs, which is causing issues. This update aims to fix the mapping functionality by excluding network and broadcast IPs, ensuring that only host IPs are used for mapping purposes.
Problem Description:
The current mapping logic for IP addresses includes network and broadcast IPs, which is causing inaccuracies in the mapping results. This issue is illustrated in the example image provided
Expected Behavior:
The mapping logic should only consider host IPs for mapping purposes. Network and broadcast IPs should be excluded from the mapping process.
Impact:
The total number of hosts calculated using the updated mapping logic should be 254, as demonstrated in the example image. Out of these hosts, 2 should be marked as online, while 252 should be marked as offline.
Note: This update will improve the accuracy and reliability of the mapping functionality, ensuring that only valid host IPs are considered for mapping purposes
The text was updated successfully, but these errors were encountered: