-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Centralise IP address object address retrieval and existence checks. (#…
…6204) Following [illumos 16677](https://www.illumos.org/issues/16677), the error message that indicates that an address object does not exist has been changed to be consistent, whereas it was previously one of two different messages or sometimes even completely blank. A couple of places in omicron relied on the specific error message so this change centralises the check, and updates it to cater for illumos pre- and post-16677. Longer term this could be replaced by bindings to libipadm.
- Loading branch information
Showing
3 changed files
with
134 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters