Simplify the way drivers report support for ipv6
Driver shouldn't have to report support for ipv6 in two places. Drivers that assert ipv6_implemented=True just need to implement get_configured_ip_versions. Likewise ipv4 support is computed by the same method. Closes-bug: #1734127 Change-Id: I382767918a65b91e99ac1e604304ad01fac332e6
This commit is contained in:
4
releasenotes/notes/bug-1734127-a239d022bef4a002.yaml
Normal file
4
releasenotes/notes/bug-1734127-a239d022bef4a002.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- Fixed logic in driver base class that determines whether
|
||||
IPv6 is supported at runtime.
|
||||
Reference in New Issue
Block a user