Lule-M / subnet-practice

A simple CLI tool used for generating subnetting problems. Intended for students to practice.
ISC License
1 stars 0 forks source link

Invalid IP address class assignment #2

Closed NikolaZgonjanin closed 1 month ago

NikolaZgonjanin commented 1 month ago

After random generation, in the assignment text, the class can be wrong. It should follow the IP class system stated in RFC 791.

Example of this issue can be seen in the image bellow, where it says the address is class A, while having the first octet as 206, which following RFC 791 should be a class C address. image