Make clearer that 'is not allowed' actually means that the address conflicts with another

This commit is contained in:
Pim van Pelt
2022-03-14 00:17:33 +00:00
parent b6ab172986
commit 13f211f27a
4 changed files with 8 additions and 8 deletions

View File

@ -2,10 +2,10 @@ test:
description: "IP interfaces cannot be more- or less-specific of any other interface"
errors:
expected:
- "interface .* IP address .* is not allowed"
- "sub-interface .* IP address .* is not allowed"
- "loopback .* IP address .* is not allowed"
- "bridgedomain .* IP address .* is not allowed"
- "interface .* IP address .* conflicts with another"
- "sub-interface .* IP address .* conflicts with another"
- "loopback .* IP address .* conflicts with another"
- "bridgedomain .* IP address .* conflicts with another"
count: 18
---
interfaces: