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
If a (non-/32) subnet mask is specified on virtualAddresses, and shareAddresses is true, re-posting an already-deployed declaration fails with error. Observed similar behavior whether the virtualAddress is 0.0.0.0/0, 192.168.0.0/16, or 10.13.13.0/24
results:
- code: 422declarationId: test-0001host: localhostmessage: declaration failedresponse: '01020036:3: The requested virtual address (/Common/10.13.13.0/24) was not found.'runTime: 12647tenant: test
Expected Behavior
Subsequent deployments should succeed without error (or change).
Actual Behavior
Observed error occurs
The text was updated successfully, but these errors were encountered:
Environment
Summary
If a (non-/32) subnet mask is specified on virtualAddresses, and shareAddresses is true, re-posting an already-deployed declaration fails with error. Observed similar behavior whether the virtualAddress is 0.0.0.0/0, 192.168.0.0/16, or 10.13.13.0/24
Steps To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Subsequent deployments should succeed without error (or change).
Actual Behavior
Observed error occurs
The text was updated successfully, but these errors were encountered: