Disallow broadcast and multicast in DNS#3474
Conversation
|
@stevenengler Do we want to validate the address at the config parsing step too, or is it OK just in the dns module? |
I don't have a strong opinion either way. I think it might be nice to validate at the config parsing step, but we have other address validation that doesn't happen at config parsing, such as checking that two hosts don't have the same IP address (in Does the error message from |
5eec781 to
162e4a6
Compare
Better now, after 162e4a6 :) |
99a9655 to
4a588e3
Compare
Closes #3427. Documents the behaviour as of #3474. I don't want to go into too much detail since it would be bad if users write their simulations in a way that relies on this behaviour, but changing the behaviour would be a breaking change anyways so I think it's okay to specify some of the details (like the starting address 11.0.0.1).
closes #3465