diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-02-27 16:56:07 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-02-27 21:00:40 +0100 |
commit | b7bce56d84fa4f1d505f4b77014d0244f6e9f5ba (patch) | |
tree | 9a4b929145ece1521bc5b9d28b4da759c2912ba4 /README.md | |
parent | 13f549d68fb235522ae98bf04d2e09abdb1442ea (diff) |
Add ifname member to the node type
Changelog: Added `ifname` member to the `node` type
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -178,8 +178,11 @@ and used by `spawn` or network configuration commands. Members: +`ifname` +: Name of the primary network interface of the node. + `ip` -: String representation of node's IP address. +: String representation of the node primary IP address. `network` : The network which the node belogs to. |