Actions
Bug #19991
closedInterface responds to `network` but not to `network6`
Difficulty:
trivial
Triaged:
Pull request:
Description
The Nic class has a method network
which is delegated to subnet
, but no method network6
(which should be fetched from subnet6
. This is no breaking bug, but rather inconsistent.
Actions