pmcf 2.70.4 → 2.70.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -328,5 +328,6 @@ export class LoopbackNetworkInterface extends SkeletonNetworkInterface {
|
|
|
328
328
|
get domainNames(): Set<string>;
|
|
329
329
|
get hostName(): string;
|
|
330
330
|
get ipAddresses(): Map<string, import("pmcf").Subnet>;
|
|
331
|
+
get MTU(): number;
|
|
331
332
|
}
|
|
332
333
|
import { SkeletonNetworkInterface } from "./skeleton.mjs";
|