NetworkVerification / nv

A Framework for Modeling and Analyzing Network Configurations
MIT License
31 stars 2 forks source link

Syntactic support for prefixes #18

Closed nickgian closed 5 years ago

nickgian commented 5 years ago

Add support for writing IPv4 addresses and prefixes in NV (e.g. 192.168.0.1/32). So far we've been converting them to integers but this makes things less readable. Instead, we should do the conversion internally.

Another question is how to convert back to prefix form when printing the computed solutions/counterexamples. Perhaps it can be achieved through some user-defined annotations/printers for the solutions.