-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nm): ipv6 status information retrieval (#4806)
* feat: add ip6 status retrival code * fix: use correct property for ipv6 dns retrival * fix: reintroduce forgotten check * fix: dumb mistake * feat: add dns address conversion * test: fix nm tests for ipv6 status * test: add NMStatusConverterTest * style: add copyright headers * fix: leftover test * fix: remove unnecessary argument matchers * test: use improved exception handling recipe * test: add initial tests for ipv6 status * refactor: thenNoExceptionIsThrown -> thenNoExceptionOccurred * test: add complete test for ipv6 status on ethernet interface * test: add multiple dns test * fix(nm): correctly handle multiple dns * test: add test with wrong ip address * test: support multiple ipv4 address checking * test: support multiple ipv6 address checking * test: add test for when both ipv4 and ipv6 are active * refactor(nm): setIPX method now support both ip versions * refactor: small change for conversion List<Byte> to byte[]
- Loading branch information
Showing
4 changed files
with
887 additions
and
31 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
Oops, something went wrong.