We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1458b7d commit 056d781Copy full SHA for 056d781
volatility3/framework/symbols/linux/extensions/net.py
@@ -261,7 +261,9 @@ def get_addresses(
261
262
263
class inet6_dev(objects.StructType):
264
- def get_addresses(self) -> Generator[interfaces.objects.ObjectInterface]:
+ def get_addresses(
265
+ self,
266
+ ) -> Generator[interfaces.objects.ObjectInterface, None, None]:
267
"""Yield the IPv6 ifaddr addresses
268
269
Yields:
0 commit comments